# Example 6e: # # Multiple targets, each with an associated sky frame to be observed # immediately after the primary target, plus a standard star to be observed # any time on the same night. # # Note: Uses GROUP blocks of type SEQ, and of type AND, with identical # group names to associate all of the related observations. # Note: It is a good idea to keep related group blocks (i.e. those with # identical names) together in this file, but that is not strictly required # by the parser. # Note: For each target we request 2 900s exposures, followed immediately by a # single sky exposure. # 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 NUMEXP COMMENT target1 12:12:12.12 +12:12:12.1 12.0 205.0 900 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 mygroup1 GTYPE AND TRACK_LIST OBJECT RA DEC MAG PA EXP NUMEXP COMMENT standard1 15:15:15.15 +15:15:15.1 9.9 205.0 300 1 "This is the standard exposure" # GROUP GNAME mygroup2 GTYPE SEQ TRACK_LIST OBJECT RA DEC MAG PA EXP NUMEXP COMMENT target2 13:13:13.13 +13:13:13.1 13.0 111.0 900 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 mygroup2 GTYPE AND TRACK_LIST OBJECT RA DEC MAG PA EXP NUMEXP COMMENT standard2 16:16:16.16 +16:16:16.1 8.8 111.0 300 1 "This is the standard exposure" # GROUP GNAME mygroup3 GTYPE SEQ TRACK_LIST OBJECT RA DEC MAG PA EXP NUMEXP COMMENT target3 14:14:14.14 +14:14:14.1 14.0 22.0 900 2 "These are the galaxy exposures" target3sky 14:29:14.14 +14:14:14.1 14.0 22.0 300 1 "This is the sky exposure" GROUP GNAME mygroup3 GTYPE AND TRACK_LIST OBJECT RA DEC MAG PA EXP NUMEXP COMMENT standard3 17:17:17.17 +17:17:17.1 9.3 22.0 300 1 "This is the standard exposure"