AOFlagger Wiki
RFI detector and quality analysis for astronomical radio observations
Brought to you by:
anoko
aoqplot is an interactive tool to browse through quality statistics, but also allows non-interactive access to plots that can e.g. be stored automatically to disk. These quality statistics are added to a measurement set by the aoquality
tool or within certain pipelines (e.g. DP3
, cotter
).
The normal way of running aoqplot
is:
aoqplot <ms1> [<ms2>..]
This will read the statistics from the given measurement set. If multiple measurement sets are specified, the statistics will be combined.
To save all plots that use the standard deviation, one can use:
aoqplot observation.ms -save Obs StandardDeviation
For more info, run aoqplot --help
.