Changes between Version 23 and Version 24 of PublicPages/MayallZbandLegacy/NotesforObservers/Copilot


Ignore:
Timestamp:
Dec 9, 2017 6:01:06 PM (6 years ago)
Author:
Mark Dickinson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/MayallZbandLegacy/NotesforObservers/Copilot

    v23 v24  
    132132Normally, `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,
    133133{{{
    134 python copilot.py --skip $MOS3_DATA/mos3.*.fits
     134python copilot.py --skip $MOS3_DATA/mos3_*.fits
    135135}}}
    136136
     
    138138You can also do this to re-run on a focus frame:
    139139{{{
    140 python copilot.py $MOS3_DATA/mos3.86308.fits
     140python copilot.py $MOS3_DATA/mos3_86308.fits
    141141eog focus.png
    142142}}}
     
    144144Or the slightly more pared-down script:
    145145{{{
    146 python mosaic_focus.py $MOS3_DATA/mos3.86308.fits --no-plots
     146python mosaic_focus.py $MOS3_DATA/mos3_86308.fits --no-plots
    147147eog focus.png
    148148}}}