Telescope Simulator, AltAz mount and derotation option#2241
Conversation
escribana
commented
May 28, 2025
- add ALTAZ mount (experimental)
- implement tracking rates of the mechanical axes for ALTAZ
|
Thanks! Would this effect how the current HA/DE axis simulation work? |
No, the ALTAZ track simulation works independently and is currently triggered by view switch (star globe view -> EQ / horizontal view -> ALTAZ) |
- add ALTAZ mount (experimental) - implement tracking rates of the mechanical axes for ALTAZ - correct comments for transformation in scopesim_helper() - implement simulation of the passive camera rotation with ALTAZ-mount (parallactic angle)
Remove "CCD" and use %.2f for the value
Use Camera
|
@escribana Thank you, does this PR alter the current behavior of the drivers if the rotation was zero? |
|
I don't know which rotation you mean: We have several of them! There is a "camera rotation" (A) in ccd_simulator.cpp measured as full circle from origin north CCW. Then there is the absolute rotator angle (B) measured the same way as the mentioned "camera rotation" of the simulator. All other rotation angles (C) are measured with the PA-scheme (real camera rotation and real camera offset ). And finally there is the CROTA1/2-entry in the fits header which is calculated with -PA+180°. Regarding this PR I can summarize the two most important points:
|