125 | | Arjun should have provided you with 3 nightly plans for each night, one for pass 1, one for pass 2 and one for pass 3 |
126 | | observing. These have tiles that should be observed under different weather conditions as |
127 | | described at [wiki:MayallZbandLegacy/ObservingStrategy] . |
| 125 | Arjun or David should have provided a set of 3 nightly plan files in JSON format that specify |
| 126 | pass 1, pass 2 or pass 3 tiles for timestamps through the night, which will appear after you update the code in |
| 127 | [https://desi.lbl.gov/trac/browser/decam/code/mosaic3/trunk/json ~products/mosaic3/json] . |
| 128 | The selection of pass number while observing will depend upon the weather conditions as |
| 129 | described at [wiki:MayallZbandLegacy/ObservingStrategy], and will either be selected |
| 130 | automatically or can be forced by the user. |
| 131 | |
| 132 | Copy the 3 plan files for tonight's local date to the default location used by "obsbot". |
| 133 | For example, for the night 11/12 Feb 2016: |
| 134 | {{{ |
| 135 | cp ~/products/mosaic3/json/2016-02-11-p1.json obsbot/pass1.json |
| 136 | cp ~/products/mosaic3/json/2016-02-11-p2.json obsbot/pass2.json |
| 137 | cp ~/products/mosaic3/json/2016-02-11-p13json obsbot/pass3.json |
| 138 | }}} |