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 |
| 139 | There are 3 nightly plan files, one with a list of tiles to observe for each of the 3 passes. |
| 140 | These files are in JSON format, and specify the pass 1, pass 2 or pass 3 tiles to be observed |
| 141 | at each timestamp through the night. The selection of pass number while observing will depend upon the weather conditions as |
| 150 | |
| 151 | Arjun or David may have already provided a set of plan files for the night and posted a note |
| 152 | to 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 | }}} |
| 158 | and 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 | |
| 165 | If 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 | }}} |
| 170 | Then 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 | }}} |
| 176 | There are plot files in that directory too, but we don't check those in. |