I see, Asteroids-Rem.sc was for those using SE v.0974, better if I remove it, it's only confusing at this point.
In your case you may delete your Asteroids-Rem.sc.
Mosfet wrote:I see, Asteroids-Rem.sc was for those using SE v.0974, better if I remove it, it's only confusing at this point.
In your case you may delete your Asteroids-Rem.sc.
XBrain130 wrote:Just found out the largest TNO thought to be moonless, 2007 OR10, indeed has one, and it isn't in SE, so here's a quick script. (It does count as a binary, right? Idk, but I guess it's close enough.)
Sol_Moons.sc
Permian Therapsid wrote:Source of the post what about objects like 2003 QW111, 2007 TY430? Thay are now named so there would be duplicates without Rem.sc, or would there be?
Remove "2003 QW111" {ParentBody "Sol"}
Barycenter "Manwe-Thorondor"
[...]
XBrain130 wrote:Source of the post (It does count as a binary, right? Idk, but I guess it's close enough.)
Mosfet wrote:Source of the post
No, there should be no duplicates. If you look at Asteroids-bin.sc for 2003qw111 there's a "remove" command right above the barycenter Manwe-Thorondor:
Moon "Ganymede/Jupiter III"
{
ParentBody "Jupiter"
Class "IceWorld"
DiscMethod "Imaging"
DiscDate "1610.01.08"
Mass 0.0248
Radius 2631.2
Planet "Uranus"
{
ParentBody "Sol"
Class "IceGiant"
DiscMethod "Imaging"
DiscDate "1781.03.13"
Mass 14.536
Radius 25559
Oblateness 0.02293
Asteroid "Pallas/(2) Pallas"
{
ParentBody "Sol"
DiscMethod "Imaging"
DiscDate "1802.03.28"
Mass 0.0000345
Radius 263
Asteroid "Astraea/(5) Astraea"
{
ParentBody "Sol"
DiscMethod "Imaging"
DiscDate "1845.12.08"
AbsMagn 6.85
SlopeParam 0.15
Asteroid "Europa/(52) Europa"
{
ParentBody "Sol"
DiscMethod "Imaging"
DiscDate "1858.02.04"
AbsMagn 6.31
SlopeParam 0.18
Asteroid "Pholus/(5145) Pholus"
{
ParentBody "Sol"
AsterType "Centaur"
DiscMethod "Imaging"
DiscDate "1992.01.09"
AbsMagn 7.1
SlopeParam 0.15
Asteroid "Varuna/(20000) Varuna"
{
ParentBody "Sol"
AsterType "Cubewano"
DiscMethod "Imaging"
DiscDate "2000.11.28"
Radius 450
Permian Therapsid wrote:Source of the post would you mind if I would add this information on your file for named bin asteroids + their named moons
Mosfet wrote:Permian Therapsid wrote:Source of the post would you mind if I would add this information on your file for named bin asteroids + their named moons
That's cool! When you'll post your modified Asteroids-bin.sc here, then I'll update it in OP.
Mosfet wrote:It's been added in the last update. Whenever I update Asteroid-bin.sc I also update the list of asteroids contained in first post. Since 1998 WW31 doesn't appear to have a designation number yet, it's listed in "Others" category in that post.
Asteroid "(69406) 1995 SX48"
{
ParentBody "Sun"
Class "Asteroid"
Radius 1.56
RotationPeriod 4.486
Orbit
{
SemiMajorAxis 1.8439
Period 2.5039
Eccentricity 0.02239
Inclination 21.995
AscendingNode 299.35
ArgOfPericenter 309.11
MeanAnomaly 284.54
RefPlane "Ecliptic"
}
}
Asteroid "S2013 (69406) 1"
{
ParentBody "(69406) 1995 SX48"
Class "Asteroid"
Radius 0.295
Orbit
{
SemiMajorAxis 3.54e-8
Period 0.001838
}
}
Asteroid "(76818) 2000 RG79"
{
ParentBody "Sun"
Class "Asteroid"
Radius 1.8
RotationPeriod 3.166
Orbit
{
SemiMajorAxis 1.9299
Period 2.6811
Eccentricity 0.09576
Inclination 18.135
AscendingNode 292.36
ArgOfPericenter 129.64
MeanAnomaly 18.617
RefPlane "Ecliptic"
}
}
Asteroid "S2005 (76818) 1"
{
ParentBody "(76818) 2000 RG79"
Class "Asteroid"
Radius 0.665
Orbit
{
SemiMajorAxis 3.74e-8
Period 0.001611
}
}
Asteroid "(79472) Chiorny"
{
ParentBody "Sun"
Class "Asteroid"
Radius 1.895
RotationPeriod 3.166
Orbit
{
SemiMajorAxis 1.9621
Period 2.7485
Eccentricity 0.08009
Inclination 24.343
AscendingNode 93.360
ArgOfPericenter 331.59
MeanAnomaly 29.891
RefPlane "Ecliptic"
}
}
Asteroid "S2012 (79472) 1"
{
ParentBody "(79472) Chiorny"
Class "Asteroid"
Radius 0.6065
Orbit
{
SemiMajorAxis 6.016e-8
Period 0.00296
}
}
Asteroid "S2015 (2343) 1"
{
ParentBody "Siding Spring"
Class "Asteroid"
Radius 0.485
Orbit
{
SemiMajorAxis 4.679e-8
Period 0.001345
}
}
Silicon wrote:Hi Mosfet! I don't know if you remember but I helped you with asteroids on the old forum.
Here are some asteroids. The first three are main belt, the fourth is a moon of comet Siding Spring.
Should comet moons be classified as comets or asteroids?Code: Select allAsteroid "(69406) 1995 SX48"
{
ParentBody "Sun"
Class "Asteroid"
Radius 1.56
RotationPeriod 4.486
Orbit
{
SemiMajorAxis 1.8439
Period 2.5039
Eccentricity 0.02239
Inclination 21.995
AscendingNode 299.35
ArgOfPericenter 309.11
MeanAnomaly 284.54
RefPlane "Ecliptic"
}
}
Asteroid "S2013 (69406) 1"
{
ParentBody "(69406) 1995 SX48"
Class "Asteroid"
Radius 0.295
Orbit
{
SemiMajorAxis 3.54e-8
Period 0.001838
}
}
Asteroid "(76818) 2000 RG79"
{
ParentBody "Sun"
Class "Asteroid"
Radius 1.8
RotationPeriod 3.166
Orbit
{
SemiMajorAxis 1.9299
Period 2.6811
Eccentricity 0.09576
Inclination 18.135
AscendingNode 292.36
ArgOfPericenter 129.64
MeanAnomaly 18.617
RefPlane "Ecliptic"
}
}
Asteroid "S2005 (76818) 1"
{
ParentBody "(76818) 2000 RG79"
Class "Asteroid"
Radius 0.665
Orbit
{
SemiMajorAxis 3.74e-8
Period 0.001611
}
}
Asteroid "(79472) Chiorny"
{
ParentBody "Sun"
Class "Asteroid"
Radius 1.895
RotationPeriod 3.166
Orbit
{
SemiMajorAxis 1.9621
Period 2.7485
Eccentricity 0.08009
Inclination 24.343
AscendingNode 93.360
ArgOfPericenter 331.59
MeanAnomaly 29.891
RefPlane "Ecliptic"
}
}
Asteroid "S2012 (79472) 1"
{
ParentBody "(79472) Chiorny"
Class "Asteroid"
Radius 0.6065
Orbit
{
SemiMajorAxis 6.016e-8
Period 0.00296
}
}
Asteroid "S2015 (2343) 1"
{
ParentBody "Siding Spring"
Class "Asteroid"
Radius 0.485
Orbit
{
SemiMajorAxis 4.679e-8
Period 0.001345
}
}