Cedna & asteroid 2004 FH in Celestia

General discussion about Celestia that doesn't fit into other forums.
Topic author
LarsS

Cedna & asteroid 2004 FH in Celestia

Post #1by LarsS » 21.03.2004, 10:56

Hi, when can we expect that Cedna & asteroid 2004 FH will be included in Celestia?

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Re: Cedna & asteroid 2004 FH in Celestia

Post #2by t00fri » 21.03.2004, 11:02

LarsS wrote:Hi, when can we expect that Cedna & asteroid 2004 FH will be included in Celestia?


Why don't you just quickly include it yourself? That's one great thing about Celestia that users can easily "suspend" about everything in the sky they like!

The orbit data you find for example in the Sedna threat in our Physics & Astronomy department.

But I am sure many users have done all that already and you just have to wait a bit...

Bye Fridger

Addendum: I noticed that Grant put it up already in Physics & Astronomy:

You may use e.g. Amalthea's redish Texture instead...
Just add this at the end of your solarsys.ssc file.

You may search then for Sedna in the command line, hit g and you are there...

Code: Select all

"Sedna" "Sol"
 {
    Class "asteroid"
    Texture "asteroid.jpg"
    Radius 850
    Albedo 0.05
 
    EllipticalOrbit
    {
    Epoch         2453200.5 #<= Julian date
    Period         12260
    SemiMajorAxis      531.6576335
    Eccentricity      0.8574338
    Inclination      11.93041
    AscendingNode      144.49288
    ArgOfPericenter      311.82711
    MeanAnomaly      357.88147
    }
 }

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years

Post #3by granthutchison » 21.03.2004, 15:05

And from another thread on the forum, the pre-encounter elements for 2004 FH:

Code: Select all

"2004 FH" "Sol"
{
   Class "asteroid"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.03
   
   EllipticalOrbit
   {
      Epoch 2453200.5
      SemiMajorAxis 0.81755790
      Eccentricity 0.288970015
      Inclination 0.0209936
      ArgOfPericenter 21.2277813
      AscendingNode 306.2062513
      MeanAnomaly 28.1192737
      Period 0.74
   }
}

Grant

TERRIER
Posts: 717
Joined: 29.04.2003
With us: 21 years 6 months
Location: West Yorkshire, England

Post #4by TERRIER » 22.03.2004, 01:20

Also not forgetting that Jestr has produced a texture and model for Sedna,
available at;

http://jestrxtras.topcities.com/index.html

or

ftp://celestia:addons@81.111.74.239/
1.6.0:AMDAth1.2GHz 1GbDDR266:Ge6200 256mbDDR250:WinXP-SP3:1280x1024x32FS:v196.21@AA4x:AF16x:IS=HQ:T.Buff=ON Earth16Kdds@15KkmArctic2000AD:FOV1:SPEC L5dds:NORM L5dxt5:CLOUD L5dds:
NIGHT L5dds:MOON L4dds:GALXY ON:MAG 15.2-SAP:TIME 1000x:RP=OGL2:10.3FPS

Avatar
fsgregs
Posts: 1307
Joined: 07.10.2002
With us: 22 years 1 month
Location: Manassas, VA

Post #5by fsgregs » 22.03.2004, 16:00

Hi Folks:

Thanks Grant for the ssc file on 2004 FM. I plugged in the ssc values above for 2004 FM and watched it in Celestia. Its closest approach to Earth was 419,000 km. However, based on web information I examined, 2004 FM came within 43,000 km of Earth at closest approach on 3/19. That is a BIG difference. Is there a reason for the large difference in values?

:? Frank

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years

Post #6by granthutchison » 22.03.2004, 17:28

fsgregs wrote:Its closest approach to Earth was 419,000 km.
I don't know how you got that. In my clean Celestia installation it's about half that distance: 213690km at 00:49:30 on the 19th.
The difference is because, as I said, the elements are pre-encounter ... they therefore don't take into account the gravitational interaction of Earth and the asteroid during the close approach. You'd need an xyz to display that properly.

Grant

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #7by selden » 22.03.2004, 19:00

Here are the Keplerian parameters for 2004 FH near perigee, obtained from Horizons.

Code: Select all

"2004 FH" "Sol"
{
   Class "asteroid"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.03

        EllipticalOrbit
        {
                Period            0.6880213223475352E+00 # calculated from SMA
                SemiMajorAxis     7.793536942970281E-01
                Eccentricity      3.482811747979895E-01
                Inclination       1.946671909304247E+00
                AscendingNode     3.581718425667979E+02
                ArgOfPericenter   3.341350155785324E+02
                MeanAnomaly       2.291733085823401E+02
                Epoch       2453083.427777778
        }
}


And, as Fridger has pointed out, all those digits of precision are, umm, not entirely accurate.

These parameters yield a closest approach of about 42,830 km at about 22:08:47 UTC on the 18th.
Selden

JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 21 years 11 months
Location: People's Republic Of Cork, Ireland

Post #8by JackHiggins » 26.03.2004, 21:41

Learning how to make xyz files through horizons is a fun thing to know as well, I made an xyz of the 2004 FH flyby as soon as I heard about it, and viewed a bit of it in real time as it went past.

It's a bit detailed to describe in one post, but basically download the Horizons user manual, and use the interactive telnet interface; you get very familiar with it after 3 or 4 successful uses.
- Jack Higgins
Jack's Celestia Add-ons
And visit my Celestia Gallery too!

ElPelado
Posts: 862
Joined: 07.04.2003
With us: 21 years 7 months
Location: Born in Argentina
Contact:

Post #9by ElPelado » 26.03.2004, 22:10

Whats the adress of the site?
---------X---------
EL XENTENARIO
1905-2005

My page:
http://www.urielpelado.com.ar
My Gallery:
http://www.celestiaproject.net/gallery/view_al ... y-Universe

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #10by selden » 26.03.2004, 23:51

Selden


Return to “Celestia Users”