Changes between Version 124 and Version 125 of PublicPages/MayallZbandLegacy/NotesforObservers


Ignore:
Timestamp:
Mar 4, 2016 10:50:51 AM (8 years ago)
Author:
David Schlegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/MayallZbandLegacy/NotesforObservers

    v124 v125  
    137137= [3] Create nightly plan =
    138138
    139 Arjun or David should have provided a set of 3 nightly plan files in JSON format that specify
    140 pass 1, pass 2 or pass 3 tiles for timestamps through the night, which will appear after you update the code in
    141 [https://desi.lbl.gov/trac/browser/decam/code/mosaic3/trunk/json ~products/mosaic3/json] .
    142 The selection of pass number while observing will depend upon the weather conditions as
     139There are 3 nightly plan files, one with a list of tiles to observe for each of the 3 passes.
     140These files are in JSON format, and specify the pass 1, pass 2 or pass 3 tiles to be observed
     141at each timestamp through the night.  The selection of pass number while observing will depend upon the weather conditions as
    143142described at [wiki:MayallZbandLegacy/ObservingStrategy], and will either be selected
    144143automatically or can be forced by the user.
    145144
    146 Copy the 3 plan files for tonight's local date to the default location used by "obsbot".
    147 For example, for the night 11/12 Feb 2016:
    148 {{{
    149    cp ~/products/mosaic3/json/2016-02-11-p1.json obsbot/pass1.json
    150    cp ~/products/mosaic3/json/2016-02-11-p2.json obsbot/pass2.json
    151    cp ~/products/mosaic3/json/2016-02-11-p3.json obsbot/pass3.json
    152 }}}
    153145
    154146The IDL
     
    156148is used to create the above plan files,
    157149as described at [wiki:MayallZbandLegacy/ObservingStrategy#NightlyStrategy]
     150
     151Arjun or David may have already provided a set of plan files for the night and posted a note
     152to the mayall-obs e-mail list saying so.  These files would be checked into the "mosaic3" product here:
     153{{{
     154   ~/products/mosaic3/json/<DATE>-p1.json
     155   ~/products/mosaic3/json/<DATE>-p2.json
     156   ~/products/mosaic3/json/<DATE>-p3.json
     157}}}
     158and copied into the observing directory where they are read by MosBot here:
     159{{{
     160   ~/obsbot/pass1.json
     161   ~/obsbot/pass2.json
     162   ~/obsbot/pass3.json
     163}}}
     164
     165If the plan files have not been generated for the night, please do so as follows:
     166{{{
     167   idl
     168   mstrategy, copydir='/home/mzls/obsbot'
     169}}}
     170Then check in the plan files to the "mosaic3" product as follows:
     171{{{
     172   cd ~/products/mosaic3/json
     173   svn add *.json
     174   svn commit *.json
     175}}}
     176There are plot files in that directory too, but we don't check those in.
    158177
    159178Deprecated instructions using a modified version of "nightlystrategy" is at [wiki:MayallZbandLegacy/NightlyStrategyOld]