Closed GoogleCodeExporter closed 9 years ago
chimera-tel --info output is inconsistent:
sometimes it will return RA=DEC=0 when the scope is on the zenith. I thought
this could be only when the scope is parked, so I unparked it, asked for info
and it was fine. BUT then I parked it again and the info was fine again.
[obs@minerva .chimera]$ chimera-dome --info
========================================
Dome: /DomeLNA40cm/dome (/dev/ttyS9).
Current dome azimuth: +168:00:00.000.
Current dome mode: Stand.
Dome slit is closed.
========================================
[obs@minerva .chimera]$ chimera-dome --close
Closing dome slit ... OK
[obs@minerva .chimera]$ chimera-tel --info
========================================
telescope: /Meade/meade (/dev/ttyS6).
current position ra/dec: 19:01:28.000 -00:31:01.000
current position alt/az: +41:32:14.000 +290:45:45.000
tracking: enabled.
========================================
[obs@minerva .chimera]$ chimera-tel --park
========================================
parking ... OK
========================================
[obs@minerva .chimera]$ chimera-tel --info
========================================
telescope: /Meade/meade (/dev/ttyS6).
current position ra/dec: 00:00:00.000 +00:00:00.000
current position alt/az: -22:32:04.000 +180:03:50.000
tracking: disabled.
========================================
[obs@minerva .chimera]$ chimera-tel --start-tracking
========================================
starting telescope tracking... OK
========================================
[obs@minerva .chimera]$ chimera-tel --info
========================================
telescope: /Meade/meade (/dev/ttyS6).
current position ra/dec: 22:00:59.000 -22:32:04.000
current position alt/az: +89:47:54.000 +269:37:53.000
tracking: enabled.
========================================
[obs@minerva .chimera]$ chimera-tel --park
========================================
parking ... OK
========================================
[obs@minerva .chimera]$ chimera-tel --info
========================================
telescope: /Meade/meade (/dev/ttyS6).
current position ra/dec: 22:00:59.000 -22:32:04.000
current position alt/az: +89:40:36.000 +269:43:43.000
tracking: enabled.
========================================
Original comment by ankan...@gmail.com
on 8 Jun 2010 at 7:58
More in the same family:
shouldn't chimera-tel --park stop tracking???
========================================
[obs@minerva .chimera]$ chimera-tel --park
========================================
parking ... OK
========================================
[obs@minerva .chimera]$ chimera-tel --info
========================================
telescope: /Meade/meade (/dev/ttyS6).
current position ra/dec: 22:00:59.000 -22:32:04.000
current position alt/az: +88:48:29.000 +269:41:50.000
tracking: enabled.
========================================
[obs@minerva .chimera]$ chimera-tel --stop-tracking
========================================
stopping telescope tracking... OK
========================================
[obs@minerva .chimera]$ chimera-tel --info
========================================
telescope: /Meade/meade (/dev/ttyS6).
current position ra/dec: 00:00:00.000 +00:00:00.000
current position alt/az: -22:32:04.000 +181:20:20.000
tracking: disabled.
========================================
Original comment by ankan...@gmail.com
on 8 Jun 2010 at 8:00
Original issue reported on code.google.com by
ankan...@gmail.com
on 7 Jun 2010 at 9:54