# Example 6f: # # Compare to Examples 6a and 6b. In Example 6a we requested a specific # standard star to be observed on the same night as the primary science # target, using a GROUP of type AND. In Example 6b we requested that the # standard star be observed immediately after the primary science target, # using a GROUP of type SEQ. Both of these examples apply to observations # to be taken on the same night. Here we illustrate another GROUP # construction to specify the order in which a set of tracks are to be # observed, even across different nights. # # Note: Uses a GROUP block of type ORD. # COMMON PROGRAM UT08-1-001 EQUINOX 2000.0 INSTRUMENT HRS RES 30k XD 316g5936 FIBER 2as BINCOL 2 BINROW 1 SEEING 2.0 SKYBRIGHT 18.0 GROUP GNAME mygroup GTYPE ORD TRACK_LIST OBJECT RA DEC MAG PRI EXP VISITS mytarget1 12:12:12.12 +12:12:12.1 12.0 0 1200 2 # do these visits first mytarget1 12:12:12.12 +12:12:12.1 12.0 1 1300 3 # do these visits second mytarget2 14:14:14.14 +14:14:14.1 11.5 1 900 1 # do these visits third