...
Code Block |
---|
mwa_plot_calibration -m 1240826896_metafits_ppds.fits -c 1240827912.metafits -C /PATH/TO/RTS/OUTPUT -N 24 -U 0,0 -R NONE |
Output
The mwa_plot_calibration
program outputs the calibration solution as ASCII text with a self-describing (#-commented) header, printed to stdout. To store this output in a file for later plotting, use standard redirection, example:
...