PRO pmas_tel_info, T_info_d, T_info_s, SILENT=varsilent ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; ;*NAME: pmas_tel_info ; ;*CATEGORY: PMAS instrument control ; ;*PURPOSE: retrieve current CAHA 3.5m telescope parameters ; ;*CALLING SEQUENCE: pmas_tel_info, T_info_d, T_info_s, /SILENT ; ;*PARAMETERS: ; INPUT: ; - none - ; ; OUTPUT: ; STRUCTURE: T_info_d (decimal float values) ; ---------------------------------------------------- ; T_info_d.RA current right ascension' ; T_info_d.DEC current declination' ; ; T_info_d.ST sidereal time' ; T_info_d.HA hour angle' ; T_info_d.AM air mass' ; ; T_info_d.UT universal time' ; T_info_d.tfocus telescope focus' ; ; T_info_d.casspos cassegrain flange angle' ; ; ... and same structure for T_info_s (sedecimal values) ; ; KEYWORDS: ; /SILENT do not print parameters on screen ; ; ;*EXAMPLES: pmas_tel_info, T_info_d, T_info_s ; ; ;*SYSTEM VARIABLES USED: ; - none - ; ;*COMMON BLOCKS: ; - none - ; ;*INTERACTIVE INPUT: ; - none - ; ;*SUBROUTINES CALLED: ; ; ... ; ;*FILES USED: ; - none - ; ;*SIDE EFFECTS: ; ; ;*RESTRICTIONS: ; ; ;*NOTES: ; This routine needs an update if TCS software should be changed ; ;*PROCEDURE: ; ; ;*MODIFICATION HISTORY: ; ; 26/10/01 MMR initial programming ; ;*AUTHORS: ; ; MMR Martin M. Roth Astrophysikalisches Institut Potsdam ; An der Sternwarte 16 ; D-14547 Potsdam ; Tel. +49 - 331 - 7499 313 ; email: mmroth@aip.de ;-