;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; ;*NAME: pmas_exp ; ;*CATEGORY: PMAS instrument control ; ;*PURPOSE: Start Spectrograph CCD exposure ; ;*CALLING SEQUENCE: ; ;*PARAMETERS: ; INPUT: ; t_exp ; OUTPUT: ; img resulting image (2D array) ; fn file name of image on disk ; ; KEYWORDS: ; XBIN, YBIN: x and y binning (1,2, or 3) ; WIN=[x0,y0, xsize,ysize] window readout parameters ; OBJ= '...' FITS header keyword (string) ; /NOWIPE flag: suppress preceeding wipe cycle ; /TV or TV=scalefactor automatic display on screen ; RCP = '...' for automatic remote copy ; /QUICK quick start, no error checking' ; /RET return immediately, no waiting for readout ; /LOG write to logfile ; ;*EXAMPLES: pmas_exp, 60, img,fn, XBIN=2,YBIN=2, OBJ='NGC_3379', /NO, TV=0.5, $ ; /LOG, RCP='anke:/h/home/pmas/dat/run05' ; ;*SYSTEM VARIABLES USED: ; - none - ; ;*COMMON BLOCKS: ; - none - ; ;*INTERACTIVE INPUT: ; - none - ; ;*SUBROUTINES CALLED: ; pmas_status ; sstring ; telescl ; ;*FILES USED: ; - none - ; ;*SIDE EFFECTS: ; with RCP active, resulting FITS file will be transferred to remote host ; NOTE: RCP does not work when /RET has been selected ! ; ;*RESTRICTIONS: ; ; ;*NOTES: ; This routine needs an update if ACE software should be changed ; ;*PROCEDURE: ; ; ;*MODIFICATION HISTORY: ; ; 23/10/01 mmr write logfile ; 24/05/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 ;-