# Example 6d: # # Multiple targets, each with an associated calibration target (in this case # a sky frame) to be observed immediately after the primary target. # # Note: Uses a GROUP block of type SEQ. # Note: For each target we request 2 900s exposures, followed immediately by a # single sky exposure. # Note: Here we used CRSPLIT and a total exposure time instead of NUMEXP and # an individual exposure time. # COMMON PROGRAM UT08-1-001 EQUINOX 2000.0 INSTCONFIG LRS_g2_1.5_GG385 SEEING 2.0 SKYBRIGHT 20.5 SKYTRANS S PRI 1 VISITS 2 MOVING N STDCALS Y # now means do standard cals in addition to other requests FLUX N RV N TELL N SKYCALS N GROUP GNAME mygroup1 GTYPE SEQ TRACK_LIST OBJECT RA DEC MAG PA EXP CRSPLIT COMMENT target1 12:12:12.12 +12:12:12.1 12.0 205.0 1800 2 "These are the galaxy exposures" target1sky 12:27:12.12 +12:12:12.1 12.0 205.0 300 1 "This is the sky exposure" GROUP GNAME mygroup2 GTYPE SEQ TRACK_LIST OBJECT RA DEC MAG PA EXP CRSPLIT COMMENT target2 13:13:13.13 +13:13:13.1 13.0 111.0 1800 2 "These are the galaxy exposures" target2sky 13:28:13.13 +13:13:13.1 13.0 111.0 300 1 "This is the sky exposure" GROUP GNAME mygroup3 GTYPE SEQ TRACK_LIST OBJECT RA DEC MAG PA EXP CRSPLIT COMMENT target3 14:14:14.14 +14:14:14.1 14.0 205.0 1800 2 "These are the galaxy exposures" target3sky 14:29:14.14 +14:14:14.1 14.0 205.0 300 1 "This is the sky exposure"