CASA EVLA Example Scripts: Difference between revisions

From CASA Guides
Jump to navigationJump to search
(Created page with "Category:EVLA == Edit this file to contribute or update == [http://casaguides.nrao.edu/index.php?title=CASA_EVLA_Example_Scripts&action=edit edit me in CASA Guides] == Ove...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
If you would like to contribute an example script, and do not have access to the CASA Guides WIKI, you may email Miriam Krauss (mkrauss at nrao.edu).
If you would like to contribute an example script, and do not have access to the CASA Guides WIKI, you may email Miriam Krauss (mkrauss at nrao.edu).


== Scripts to import and calibrate data ==
== Importing and calibrating data ==


The file [[File:Wideband_proc_dist.py]] contains three separate scripts to import, calibrate, and apply calibration to EVLA data.  At each step, plots are created to help the observer evaluate the data quality and make necessary modifications to the data flags.  It will send a notification email after completion of each step.
The file [[File:Wideband_proc_dist.py]] contains three separate scripts to import, calibrate, and apply calibration to EVLA data.  At each step, plots are created to help the observer evaluate the data quality and make necessary modifications to the data flags.  It will send a notification email after completion of each step.
A simple reduction pipeline is described [[Transient reduction pipeline | here]], and provides a good guide for writing a script that can provide end-to-end processing.
== Data visualization ==

Latest revision as of 19:11, 24 January 2011


Edit this file to contribute or update

edit me in CASA Guides

Overview

Posted here are Python/CASA scripts which have been written to process EVLA data. These are provided as helpful examples on which to build customized scripts.

If you would like to contribute an example script, and do not have access to the CASA Guides WIKI, you may email Miriam Krauss (mkrauss at nrao.edu).

Importing and calibrating data

The file File:Wideband proc dist.py contains three separate scripts to import, calibrate, and apply calibration to EVLA data. At each step, plots are created to help the observer evaluate the data quality and make necessary modifications to the data flags. It will send a notification email after completion of each step.

A simple reduction pipeline is described here, and provides a good guide for writing a script that can provide end-to-end processing.

Data visualization