Correct transits for Jupiter's Great Red Spot

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years

Correct transits for Jupiter's Great Red Spot

Post #1by granthutchison » 24.12.2002, 04:07

The rotation period Celestia provides for Jupiter is System III - the rotation period of Jupiter's magnetic field, which is tied to the solid core of the planet.
But the most prominent observable feature on Jupiter's "surface" is the Great Red Spot - which rotates a little more slowly than System III. At present (December 2002), it lies at 85 degrees west longitude in System II.
If you had a texture map with the Great Red Spot precisely at its centre, then the following would be the correct rotational definition for Jupiter, in order to show the Great Red Spot in the correct position:

Code: Select all

   RotationPeriod     9.927953 #System II
   Obliquity   2.22
   EquatorAscendingNode   337.77

   RotationOffset -21.247 #for texture map with central Great Red Spot

However, most texture maps need a jigger factor, to allow for the fact that the GRS is not placed centrally. In general, the RotationOffset can be calculated from:

RotationOffset = -21 + (1 - 2*[distance of GRS from left edge of image]/[image width])* 180

For the default jupiter.jpg that comes with the current version of Celestia, this translates to:

Code: Select all

   RotationPeriod     9.927953 #System II
   Obliquity   2.22
   EquatorAscendingNode   337.77

   RotationOffset 16 #for default jupiter.jpg


UPDATE: The above text has been revised, in view of recent information that the Great Red Spot has drifted 5 degrees in longitude in the last few months (courtesy Fridger). Predicted GRS transit times using longitude 80W are available on the Sky and Telescope website - these are in advance by ~8mins, given the recent change in longitude.

Grant
Last edited by granthutchison on 28.12.2002, 01:26, edited 1 time in total.

billybob884
Posts: 986
Joined: 16.08.2002
With us: 22 years 3 months
Location: USA, East Coast

Correct transits for Jupiter's Great Red Spot

Post #2by billybob884 » 26.12.2002, 02:40

granthutchison wrote: RotationOffset -16.247 #for texture map with central Great


where can i download this texture?
Mike M.

TacoTopia!

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

Correct transits for Jupiter's Great Red Spot

Post #3by granthutchison » 26.12.2002, 02:44

billybob884 wrote:where can i download this texture?

You can't, as far as I'm aware. I was just showing my working, so that folk with a mathematical bent could see where I'd come up with the "-16" term in the equation I gave.
In practice, you should either use the settings I give for the default jupiter.jpg, or figure out from the equation the correct settings for the Jupiter texture you are using.

Grant

billybob884
Posts: 986
Joined: 16.08.2002
With us: 22 years 3 months
Location: USA, East Coast

Post #4by billybob884 » 26.12.2002, 03:46

k, thanks!
Mike M.



TacoTopia!

Darkmiss
Posts: 1059
Joined: 20.08.2002
With us: 22 years 3 months
Location: London, England

Post #5by Darkmiss » 30.12.2002, 22:46

If my red spot is to the far left of my texture
What would be my Rotation offset ?
CPU- Intel Pentium Core 2 Quad ,2.40GHz
RAM- 2Gb 1066MHz DDR2
Motherboard- Gigabyte P35 DQ6
Video Card- Nvidia GeForce 8800 GTS + 640Mb
Hard Drives- 2 SATA Raptor 10000rpm 150GB
OS- Windows Vista Home Premium 32

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

Post #6by granthutchison » 30.12.2002, 22:58

Darkmiss wrote:If my red spot is to the far left of my texture
What would be my Rotation offset ?

How far is "far left"?
What is the distance in pixels from the left edge of the image to the centre of the Great Red Spot, and what is the overall width of the image?

Grant

Darkmiss
Posts: 1059
Joined: 20.08.2002
With us: 22 years 3 months
Location: London, England

Post #7by Darkmiss » 30.12.2002, 23:13

oooh blimey, thats a bit technical
ill report back with all the info........ 8O

Okay I have a 4096 x 2048 dds texture
and if i have done it right,
35 pixels from the left edge to left edge of red spot
78 pixels from the left edge to the center of the red spot.
CPU- Intel Pentium Core 2 Quad ,2.40GHz

RAM- 2Gb 1066MHz DDR2

Motherboard- Gigabyte P35 DQ6

Video Card- Nvidia GeForce 8800 GTS + 640Mb

Hard Drives- 2 SATA Raptor 10000rpm 150GB

OS- Windows Vista Home Premium 32

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

Post #8by granthutchison » 30.12.2002, 23:37

Looks like

Code: Select all

RotationOffset    152

To check that our sums are OK, please set this up and then view Jupiter from Earth at 08:00UT 15 Dec 2002. This should give you a GRS position comparable to the one in the CCD image that Fridger posted over on another thread:
http://www.shatters.net/forum/viewtopic.php?t=1492

(The image is timed at 08:38, but light travel time is 38 minutes.)

Grant


Return to “Development”