# Example 6c: # # Multiple targets, each with a specific standard star to be observed on # the same night as the primary science target. # # Note: Uses a GROUP block of type AND. # Note: For each target we request 2 900s exposures, and for each standard # we request a single 300s exposure, taken on the same night. # 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 Y GROUP GNAME mygroup1 GTYPE AND TRACK_LIST OBJECT RA DEC MAG PA EXP NUMEXP COMMENT target1 12:12:12.12 +12:12:12.1 12.0 205.0 900 2 "These are the galaxy exposures" standard1 13:13:13.13 +13:13:13.1 9.1 205.0 300 1 "This is the standard exposure" GROUP GNAME mygroup2 GTYPE AND TRACK_LIST OBJECT RA DEC MAG PA EXP NUMEXP COMMENT target2 14:14:14.14 +14:14:14.1 14.0 111.0 900 2 "These are the galaxy exposures" standard2 15:15:15.15 +15:15:15.1 8.2 111.0 300 1 "This is the standard exposure" GROUP GNAME mygroup3 GTYPE AND TRACK_LIST OBJECT RA DEC MAG PA EXP NUMEXP COMMENT target3 16:16:16.16 +16:16:16.1 14.0 53.0 900 2 "These are the galaxy exposures" standard3 17:17:17.17 +17:17:17.1 7.9 53.0 300 1 "This is the standard exposure"