Changes between Version 23 and Version 24 of PublicPages/MayallZbandLegacy/NotesforObservers/Copilot
- Timestamp:
- Dec 9, 2017 6:01:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/MayallZbandLegacy/NotesforObservers/Copilot
v23 v24 132 132 Normally, `copilot.py` just waits for new images to appear, but you can also tell it to process a set of images (eg, if it crashed and you want it to run the backlog) by specifying the files on the command line. You can also tell it to skip files that already exist in the database via `--skip`, eg, 133 133 {{{ 134 python copilot.py --skip $MOS3_DATA/mos3 .*.fits134 python copilot.py --skip $MOS3_DATA/mos3_*.fits 135 135 }}} 136 136 … … 138 138 You can also do this to re-run on a focus frame: 139 139 {{{ 140 python copilot.py $MOS3_DATA/mos3 .86308.fits140 python copilot.py $MOS3_DATA/mos3_86308.fits 141 141 eog focus.png 142 142 }}} … … 144 144 Or the slightly more pared-down script: 145 145 {{{ 146 python mosaic_focus.py $MOS3_DATA/mos3 .86308.fits --no-plots146 python mosaic_focus.py $MOS3_DATA/mos3_86308.fits --no-plots 147 147 eog focus.png 148 148 }}}