| 70 | == Notes == |
| 71 | |
| 72 | At 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 | {{{ |
| 74 | python copilot.py --skip $MOS3_DATA/mos3.*.fits |
| 75 | }}} |
| 76 | |
| 77 | |
| 78 | The 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 | {{{ |
| 80 | python obsdb/manage.py flush |
| 81 | }}} |
| 82 | |