Ultimate space simulation software

 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1793
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

COMMUNITY ADDON - binary/multiple stars fixes for SE

08 Jun 2019 14:45

Ooh, glad you made this. Thanks!!
you're posting random stuff in a very short amount of time to reach the number of posts needed to make a thread or linking material, I guess. that's frown upon, per Forum Rules
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |
 
User avatar
SquillionthPlanet
Observer
Observer
Posts: 15
Joined: 06 Jun 2019 20:54
Location: Kapteyn b

COMMUNITY ADDON - binary/multiple stars fixes for SE

08 Jun 2019 14:54

Shoot, sorry... I didn't know that I couldn't post yet, I just really wanted to say thanks and stuff. But ok, I'll stop posting randomly. Sorry..
From 'Short Space Boi™️'
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1793
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

COMMUNITY ADDON - binary/multiple stars fixes for SE

08 Jun 2019 15:11

I didn't say you can't post.
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |
 
thenginer
Observer
Observer
Posts: 11
Joined: 22 Feb 2020 10:55

COMMUNITY ADDON - binary/multiple stars fixes for SE

22 Feb 2020 10:56

awesome
 
User avatar
Cantra
Pioneer
Pioneer
Posts: 403
Joined: 02 Nov 2016 18:23
Location: Sedna

COMMUNITY ADDON - binary/multiple stars fixes for SE

24 Mar 2020 21:16

Can someone update Thuban here? It has an M class binary when it's companion should be an A2 class binary.

https://en.wikipedia.org/wiki/Thuban
Just a random user on the internet, nothing to see here.
 
User avatar
Cantra
Pioneer
Pioneer
Posts: 403
Joined: 02 Nov 2016 18:23
Location: Sedna

COMMUNITY ADDON - binary/multiple stars fixes for SE

22 Apr 2020 15:27

Is this system here as it should be? If it is, I will make a planet mod for it. 
Attachments
scr00000.jpg
scr00001.jpg
Just a random user on the internet, nothing to see here.
 
spacenginesimulator
Observer
Observer
Posts: 6
Joined: 20 Jun 2020 13:36

COMMUNITY ADDON - binary/multiple stars fixes for SE

04 Jul 2020 18:36

54 Piscium with a brown dwarf as companion.

So far not so in SpaceEngine
// -*- coding: utf-8 -*-
// Name: 54_Psc.sc
// JackDole 2017.01.25 15:42:08

// Put this script in 'addons\catalogs\stars'

//------------------------------------------------------------------------------
//https://en.wikipedia.org/wiki/54_Piscium
//------------------------------------------------------------------------------

StarBarycenter    "54 Psc/HD 3651/HIP 3093"
{
    RA      00 39 21.80589
    Dec     21 15 01.7081
    Dist    11.6
    
    Mass    0.811
    AppMagn 5.88
}

//------------------------------------------------------------------------------
// -*- coding: utf-8 -*-
// Name: 54_PscSys.sc
// JackDole 2017.01.25 15:55:12

// Put this script in 'addons\catalogs\planets'

//------------------------------------------------------------------------------
//https://en.wikipedia.org/wiki/54_Piscium
//------------------------------------------------------------------------------

Star "54 Psc A/HD 3651 A/HIP 3093 A"
{
    ParentBody  "54 Psc"
    Class       "K0V"
    
    MassSol     0.76
    RadSol      0.944
    
    RotationPeriod  964.8
    
    Lum         0.52
    Teff        5062
    FeH         -0.15
    Age         6.4
    
    Orbit
    {
        SemiMajorAxis   29.93341554
        Eccentricity    0.0         // Not known
        Inclination     0.0         // Not known
        AscendingNode   0.0         // Not known
        ArgOfPericenter 0.0         // Not known
        MeanAnomaly     0.0         // Not known
    }
}

Star "54 Psc B/HD 3651 B/HIP 3093 B"
{
    ParentBody  "54 Psc"
    Class       "T7.5 V"
    
    MassSol     0.051
    RadSol      0.082
    
    Teff        810
    
    Orbit
    {
        SemiMajorAxis   446.06658446
        Eccentricity    0.0         // Not known
        Inclination     0.0         // Not known
        AscendingNode   0.0         // Not known
        ArgOfPericenter 180.0       // Not known
        MeanAnomaly     0.0         // Not known
    }
}

//------------------------------------------------------------------------------

Remove  "HD 3651 b" {ParentBody "HD 3651"}
Remove  "HD 3651 c" {ParentBody "HD 3651"}

Planet "HD 3651 b"
{
    ParentBody     "HD 3651 A"
    Msini           72.8678
    DiscMethod     "RadVel"
    DiscDate       "2003"
    
    Orbit
    {
        Epoch           2453932.6
        Period          0.1703472428
        SemiMajorAxis   0.295
        Eccentricity    0.596
        Inclination     83
        ArgOfPericen    242.5
    }
}

Planet "HD 3651 c"
{
    ParentBody     "HD 3651 A"
    Mass            28.638
    DiscMethod     "RadVel"
    DiscDate       "2013"
    
    Orbit
    {
        Period          0.08487518929
        SemiMajorAxis   0.186
        Eccentricity    0.04
        ArgOfPericen    55
    }
}

//------------------------------------------------------------------------------
Put this script in 'addons\catalogs\stars': 54_Psc.sc
and this in 'addons\catalogs\planets': 54_PscSys.sc
thanks i needed that
 
User avatar
JackDole
Star Engineer
Star Engineer
Posts: 1874
Joined: 02 Nov 2016 18:18
Location: Terra

COMMUNITY ADDON - binary/multiple stars fixes for SE

31 Jul 2020 10:10

 PSR J0337+1715
Scientists Test Einstein’s Theory of Gravity on Unique Triple-Star System  (It's already from 2018.)

This system is only a binary system in SpaceEngine. But it is actually a triple system.
I made a script for it.
// -*- coding: utf-8 -*-
// Filename: PSR_J0337+1715_Sys.sc

// https://doi.org/10.1051/0004-6361/202038104
//------------------------------------------------------------------------------

LogLevel 1

Remove "PSR J0337+1715 A" {ParentBody "PSR J0337+1715"}
Remove "PSR J0337+1715 B" {ParentBody "PSR J0337+1715"}

Barycenter  "PSR J0337+1715 AB"
{
    ParentBody  "PSR J0337+1715"
    
    MassSol     1.63531
    
    Orbit
    {
        Period          0.89600148
        SemiMajorAxis   0.24                // Calculated by SpaceEngine
        ArgOfPericenter 95.732
        Eccentricity    0.03561955
        Inclination     39.2
        AscendingNode   -44
        MeanAnomaly     0
    }
}

Star "PSR J0337+1715 A"
{
    ParentBody  "PSR J0337+1715 AB"
    Class       "Q"
    
    MassSol     1.4378
    
    RotationPeriod 0.000000759052398
    
    Age            2.45
    
    Orbit
    {
        Period          0.00446411
        SemiMajorAxis   0.00385785          // Calculated by SpaceEngine
        ArgOfPericenter 97.6182
        Eccentricity    0.00069178
        Inclination     39.2
        AscendingNode   -44
        MeanAnomaly     0
    }
}

Star "PSR J0337+1715 B"
{
    ParentBody  "PSR J0337+1715 AB"
    Class       "DB"
    
    MassSol     0.19751
    
    Orbit
    {
        Period          0.00446411
        SemiMajorAxis   0.02808372          // Calculated by SpaceEngine
        ArgOfPericenter 277.6182
        Eccentricity    0.00069178
        Inclination     39.2
        AscendingNode   -44
        MeanAnomaly     0
    }
}

Star "PSR J0337+1715 C"
{
    ParentBody  "PSR J0337+1715"
    Class       "DB"
    
    MassSol     0.4101
 
    Orbit
    {
        Period          0.89600148
        SemiMajorAxis   0.94                // Calculated by SpaceEngine
        ArgOfPericenter 275.732
        Eccentricity    0.035290
        Inclination     39.2
        AscendingNode   -44
        MeanAnomaly     0
   }
}

//------------------------------------------------------------------------------
PSR_J0337+1715_Sys.sc
(2.08 KiB) Downloaded 527 times
(Put this file in 'addons\catalogs\planets'.)
scr01113.jpg
JackDole's Universe 0.990: http://forum.spaceengine.org/viewtopic.php?f=3&t=546
JackDole's Archive: http://forum.spaceengine.org/viewtopic.php?f=3&t=419
JackDole: Mega structures ... http://old.spaceengine.org/forum/17-3252-1 (Old forum)
 
Tangut
Observer
Observer
Posts: 5
Joined: 29 Sep 2024 07:45

Re: COMMUNITY ADDON - binary/multiple stars fixes for SE

30 Sep 2024 04:00

New to Space Engine and scripting. I have read the tutorials about how to create new objects and followed the instructions in the tutorial to the letter. However the star "Mono" does not appear in the F3 option in game. I am obviously do something wrong can anyone help a newbee ?

Who is online

Users browsing this forum: No registered users and 0 guests