-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Robert Schulz edited this page Jun 27, 2019
·
32 revisions
Scripts for data QA
Wrapper scripts for specific data QA should live at the top level. There are separate directories for scripts/code related to each type of data QA. E.g.
run_crosscalQA.py
crosscal
->ccal_plots.py
At any time during the process you can run create_report.py <obs_id> to create the QA overview
-
Initial setup
- Log-in to Happili-01
- Open a screen session (optional, but recommended)
- Example:
screen -S dataqa
- Example:
- Set environment for apercal (if not already done)
-
Run crosscal qa
- Example:
python run_ccal_plots.py <scannumber> <fluxcal> [-p --/path/to/write/images/too]
- Example:
-
Run selfcal qa
- Example:
python run_scal_plots.py <obs_id> <target>
- Example:
-
Run continuum qa
- Example:
python run_continuum_validation.py <obs_id> - The script creates a directory for each beam in
/data/apertif/<TASKID>/qa/continuum/<beam>/. Otherwise, there would be too many files in a single directory.
- Example:
-
Run line qa
- Example:
python run_cube_stats.py <obs_id>
- Example:
-
Run mosaic qa
- Run validation
- Example: `python run_continuum_validation.py <obs_id> --for_mosaic
- Run validation
-
Put relevant information into Google-Doc
Procedure to run QA for Apercal is described in the Google Doc