Page 1 of 1

Temperature -1k?

Posted: 16.02.2005, 19:38
by Angry Space Goat
I have a gas giant in close orbit to a large star. However, the "temperature" reading is at -1k. Shouldn't it be a couple of hundred kelvins in the opposite direction?

Posted: 17.02.2005, 15:09
by selden
Maybe.
But you'll have to provide the STC and SSC definitions that you're using for anyone to double check.

Posted: 17.02.2005, 18:44
by Angry Space Goat
It's in orbit around Sigma Taurus.

Code: Select all

"Sanguis" "Sigma Taurus"
{
   Texture "Sanguis.*"   
   Color [ 1.0 0.2 0.2 ]
   Radius 83279.9
   Oblateness 0.0121

   Atmosphere {
      Height 100
      Lower [ 1.00 0.30 0.00 ]
      Upper [ 2.00 0.00 0.20 ]
      Sky [ 1.0 0.5 0.0 ]
      Sunset [ 1.5 1.5 0.5 ]
   }

   EllipticalOrbit {   
      Period            0.7000
      SemiMajorAxis     0.7500
      Eccentricity      0.1240
      Inclination       2.1001
   }


   RotationPeriod   2.344694
   Obliquity        1.45
   RotationOffset   1.5

   Albedo            2.00
}

Posted: 17.02.2005, 19:35
by selden
The star name "Sigma Taurus" is not defined in Celestia. ("SIG1 Tau" and "SIG2 Tau" are defined, however.)

Please provide the STC file that you created for it.

If, for example, your planet is orbiting inside the star, I can imagine Celestia getting very confused, although I haven't tested that configuration.

Posted: 18.02.2005, 00:02
by jestr
Change the Albedo value to something a lot lower ,try 0.1.Not necessarily accurate but it should do the job,Jestr

Posted: 18.02.2005, 02:56
by Angry Space Goat
selden wrote:The star name "Sigma Taurus" is not defined in Celestia. ("SIG1 Tau" and "SIG2 Tau" are defined, however.)

It's not specifically defined as Sigma Taurus, but can be selected by typing it as such.

jestr wrote:Change the Albedo value to something a lot lower ,try 0.1.Not necessarily accurate but it should do the job,Jestr


That worked fine. It now reads at 619k - thank you.