Does anybody have any data on this?

The home for finished/released addons.
Topic author
Janus
Posts: 537
Joined: 13.08.2016
With us: 8 years 1 month

Does anybody have any data on this?

Post #1by Janus » 27.10.2017, 13:17

I am curios what this would look like in Celestiaa.

Does anynoe have the orbit data and know how to add it?

https://www.space.com/38580-interstellar-object-spotted-comet-asteroid-mystery.html


Janus.

Avatar
Art Blos M
Moderator
Posts: 1140
Joined: 31.08.2017
Age: 32
With us: 7 years
Location: Volgodonsk, Rostov Oblast, Russia

Post #2by Art Blos » 27.10.2017, 13:28

I was going to make it today. :wink:
For such bodies it is necessary to build a XYZV-file. Vector data can be taken from the system "HORIZONS".

Added after 1 hour 8 minutes:
Janus wrote:I am curios what this would look like in Celestia.
Like that. :wink:
Attachments
2017 U1.png
A/2017 U1
Founder and head of the project "Celestia Origin"

Topic author
Janus
Posts: 537
Joined: 13.08.2016
With us: 8 years 1 month

Post #3by Janus » 27.10.2017, 21:32

Thank you very much.

This caught my because of a job a years ago.

An employee at a place I did some consulting on going from pure mechanical relay control to ladder plc based stuff wanted to be a sci-fi author.
He had this world dreamed up where two alien races that developed in the same system were at war.
They were basically pulling heinlein maneuvers, throwing rocks at each other, because they wanted to kill each other off to take their world.
Not make radioactive wastelands which no one could then move onto.
As they were getting really good at it, throwing and swatting quarter mile rocks, the universe tried its hand at their game.
A rogue blackhole went zipping through, scattering them badly, and all their rocks, at very high speeds.
This ended the war because all their militaries saw were stranded civilians, and all their doctors saw were patients.
Now they wander the milkyway chasing down all their ammo that got scattered.

I have wondered how celestia would handle displaying that, and it looks neat.

Is it available as a stand alone mod or addon?

I need to learn to understand all the path stuff anyway.

I also have some further ideas I want to play with.


Janus.

Avatar
Art Blos M
Moderator
Posts: 1140
Joined: 31.08.2017
Age: 32
With us: 7 years
Location: Volgodonsk, Rostov Oblast, Russia

Post #4by Art Blos » 27.10.2017, 21:34

Janus wrote:Is it available as a stand alone mod or addon?
I'll post it tomorrow after additional checks. :smoke:
Founder and head of the project "Celestia Origin"

Topic author
Janus
Posts: 537
Joined: 13.08.2016
With us: 8 years 1 month

Post #5by Janus » 27.10.2017, 22:29

@Art Blos
Thank you very much.


Janus.

P.S. Do you use the QT or VS version of Celestia?
I ask because I could use someone knowledgeable to test the current VS2013 x86/x64 compiles, and the VS2013 QT5.4 x86/x64 compiles as well, once I get done with x64 done which should be this weekend.
This pesky thing called work keeps sapping time from things I would rather be doing, keeps putting me behind schedule.
They all work for me, but there have been issues and I want them all squashed.

Avatar
Art Blos M
Moderator
Posts: 1140
Joined: 31.08.2017
Age: 32
With us: 7 years
Location: Volgodonsk, Rostov Oblast, Russia

Post #6by Art Blos » 28.10.2017, 15:44

Unpack to folder "extras".
Attachments
A-2017 U1.zip
(402.53 KiB) Downloaded 233 times
Founder and head of the project "Celestia Origin"

Avatar
FarGetaNik M
Posts: 484
Joined: 05.06.2012
With us: 12 years 3 months
Location: Germany

Post #7by FarGetaNik » 28.10.2017, 16:12

Nice to have, now I see that this object indeed has a very high eccentricity, which means it can't possibly originate from the Oort cloud. I'd like to note that it is possible to define a hyperbolic trajectory with a usual EllipticalOrbit definition. This way the object won't simply stop when the data ends, but the orbit won't show up. I solved this issue with my Pioneer and Voyager addons by having a timeline with sampled orbit during the time we have data and a elliptical orbit after data ends.

Avatar
Art Blos M
Moderator
Posts: 1140
Joined: 31.08.2017
Age: 32
With us: 7 years
Location: Volgodonsk, Rostov Oblast, Russia

Post #8by Art Blos » 28.10.2017, 16:16

FarGetaNik wrote:I'd like to note that it is possible to define a hyperbolic trajectory with a usual EllipticalOrbit definition.
I know this way. It has a huge number of side effects. That's why we refused it from him in December 2016.
Founder and head of the project "Celestia Origin"

Avatar
John Van Vliet
Posts: 2941
Joined: 28.08.2002
With us: 22 years

Post #9by John Van Vliet » 28.10.2017, 17:06

still working on the mesh but the spice bsp is online
the bsp , cmod ,ssc ,and texture
-- just under 6 meg zip
https://drive.google.com/file/d/0B6ZYAd08tZL-ME5feEh6c0NVR1U/view?usp=sharing

-- the mesh and texture
Screenshot_20171028_125834.png


the objects path -- this is not a "orbit" but a hyperbolic trajectory
2017.png


Code: Select all


 "A2017 U1" "Sol"

{
  Class "asteroid"
  Mesh    "A2017U1.bin.cmod"

  Orientation [ 90 1 0 0 ] # did NOT rotate it on export to cmod

  Radius               400
  Albedo               0.1

  OrbitFrame  { EclipticJ2000 { Center "SSB"}}

  Beginning  "1900 01 01 00:00:00.000"
  Ending     "2101 01 01 00:00:00.000"

  SpiceOrbit
  {
    Kernel "A_2017_U1.bsp"
    Target "3788040"
    Origin "0"
    Period  100
    BoundingRadius 1e10
  }

   PrecessingRotation
  {
    Inclination        5        # random
    Period             55       # random
    PrecessionPeriod   0.01     # random
  }

}

[attachment=1]1.png[/attachment][attachment=0]2.png[/attachment]


Attachments
2.png
1.png


Return to “Add-on releases”