PRO pmas_tel_request, RA, DEC, HA, airmass, ST, UT, tfocus, casspos, SILENT=varsilent ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; ;*NAME: pmas_tel_request ; ;*CATEGORY: PMAS instrument control ; ;*PURPOSE: Request CAHA 3.5m Telescope parameters ; ;*CALLING SEQUENCE: ; ;*PARAMETERS: ; INPUT: ; - none - ; OUTPUT: ; RA current right ascension' ; DEC current declination' ; HA hour angle' ; AM air mass' ; ST sidereal time' ; UT universal time' ; tfocus telescope focus' ; casspos cassegrain flange angle' ; ; KEYWORDS: ; ; ; INPUT: ;*EXAMPLES: pmas_tel_request, RA, DEC, HA, airmass, ST, UT, tfocus, casspos ; ; ;*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 ;-