I'm used to Celestia, but I'm a newbie for scripting.
I'd like to use Celestia to teach position astronomy. I want to make lots of comparisons between what is seen from the ground, and what is seen from space, specially in time lapse.
My greatest problem with scripting is that I couldn't find a way to track an object in the sky like an azimuthal mount would do, -- keeping the horizon at the bottom of the image -- you know, like a human being would do from Earth. Celestia seems to keep an absolute orientation, so Earth's horizon keeps dancing around the image while the image doesn't rotate at all -- and that defeats the purpose of showing what someone would actually see.
Is there a simple way to do it that I'm missing? Has anybody done this before?
If this doesn't exist, could it be done with the available languages? Math is not a problem for me.
Regards,
Track while keeeping the horizon downards
-
Topic authorJairo Amaral
- Posts: 3
- Joined: 10.04.2011
- Age: 44
- With us: 13 years 7 months
- Location: S?o Jos? dos Campos, S?o Paulo, Brazil
Celestia does have an alt-az mode: keyboard Ctrl+f, celx setaltazimuthmode
See https://en.wikibooks.org/wiki/Celestia/Celx_Scrip ... elx_celestia#setaltazimuthmode
I dunno if that does everything you want, though.
A workaround might be to define a SurfaceObject (which automatically stays perpendicular to the local surface) and do the movements relative to that instead of relative to the planet's surface. See https://en.wikibooks.org/wiki/Celestia/SSC_File#S ... th.22_.7B_...parameters..._.7D
See https://en.wikibooks.org/wiki/Celestia/Celx_Scrip ... elx_celestia#setaltazimuthmode
I dunno if that does everything you want, though.
A workaround might be to define a SurfaceObject (which automatically stays perpendicular to the local surface) and do the movements relative to that instead of relative to the planet's surface. See https://en.wikibooks.org/wiki/Celestia/SSC_File#S ... th.22_.7B_...parameters..._.7D
Selden