Changes between Version 5 and Version 6 of PublicPages/MayallZbandLegacy/NotesforObservers/Copilot


Ignore:
Timestamp:
Feb 8, 2016 7:48:58 PM (8 years ago)
Author:
Dustin Lang
Comment:

--

Legend:

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

    v5 v6  
    1616"strip plot" showing the conditions.
    1717
    18 The database is in *~/obsbot/obsdb/obsdb.sqlite3*.
     18The database is in `~/obsbot/obsdb/obsdb.sqlite3`.
    1919
    2020An example plot is shown here:
     
    6868
    6969
     70== Notes ==
     71
     72At the moment, `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,
     73{{{
     74python copilot.py --skip $MOS3_DATA/mos3.*.fits
     75}}}
     76
     77
     78The database just records our CCD measurements, so it's not valuable.  If things somehow go wrong and the database gets corrupted or you get git wedged or something, you can always delete it and start over via:
     79{{{
     80python obsdb/manage.py flush
     81}}}
     82