run_dataval.py command line utility

Run TASOC Data Validation Pipeline.

Code author: Mikkel N. Lund <mikkelnl@phys.au.dk>

Code author: Rasmus Handberg <rasmush@phys.au.dk>

Command help

usage: run_dataval.py [-h] [-c] [-v]
                      [-m {basic,cleanup,pixvsmag,stampsize,contam,mag2flux,noise,noise_compare,magdist,calctime,waittime,haloswitch,camera_overlap,sumimage,duplicate_headers}]
                      [-d] [-q] [--output [OUTPUT]] [-e {png,eps,pdf}] [-s]
                      [-cbs] [-sn [SYSNOISE]]
                      todo_file

Run Data Validation pipeline.

positional arguments:
  todo_file             TODO-file or directory to load from.

optional arguments:
  -h, --help            show this help message and exit
  -c, --corrected       Use corrected or raw values.
  -v, --validate        Store validation.
  -m {basic,cleanup,pixvsmag,stampsize,contam,mag2flux,noise,noise_compare,magdist,calctime,waittime,haloswitch,camera_overlap,sumimage,duplicate_headers}, --method {basic,cleanup,pixvsmag,stampsize,contam,mag2flux,noise,noise_compare,magdist,calctime,waittime,haloswitch,camera_overlap,sumimage,duplicate_headers}
                        Corrector method to run.
  -d, --debug           Print debug messages.
  -q, --quiet           Only report warnings and errors.
  --output [OUTPUT]     Directory in which to place output.

Plotting settings:
  -e {png,eps,pdf}, --ext {png,eps,pdf}
                        Extension of plots.
  -s, --show            Show plots?
  -cbs, --colorbysector
                        Color by sector.

Noise model settings:
  -sn [SYSNOISE], --sysnoise [SYSNOISE]
                        Systematic noise level for noise model.