EVLA Advanced Topics 3C391: Difference between revisions

From CASA Guides
Jump to navigationJump to search
m (Continuum Observations Data Reduction Tutorial: 3C 391---Advanced Topics)
Line 5: Line 5:
In this document, we discuss various "advanced topics" for further reduction of the 3C 391 continuum data.  This tutorial assumes that the reader already has some familiarity with basic continuum data reduction, such as should have been obtained  
In this document, we discuss various "advanced topics" for further reduction of the 3C 391 continuum data.  This tutorial assumes that the reader already has some familiarity with basic continuum data reduction, such as should have been obtained  
[[http://casaguides.nrao.edu/index.php?title=EVLA_Continuum_Tutorial_3C391 Continuum Data Reduction Tutorial]]
[[http://casaguides.nrao.edu/index.php?title=EVLA_Continuum_Tutorial_3C391 Continuum Data Reduction Tutorial]]
on the first day of the NRAO Synthesis Imaging Workshop data reduction tutorials.
on the first day of the NRAO Synthesis Imaging Workshop data reduction tutorials.  If one did not participate in the EVLA Continuum Data Reduction Tutorial, one could use the [[Extracting_scripts_from_these_tutorials | script extractor]] to generate a CASA reduction script and process the data to form an initial image.  Current experience on a standard desktop computer suggests that such a data set could be processed in 20 min. or less.


== Polarization Imaging ==
== Polarization Imaging ==

Revision as of 16:38, 11 May 2010


Continuum Observations Data Reduction Tutorial: 3C 391---Advanced Topics

In this document, we discuss various "advanced topics" for further reduction of the 3C 391 continuum data. This tutorial assumes that the reader already has some familiarity with basic continuum data reduction, such as should have been obtained [Continuum Data Reduction Tutorial] on the first day of the NRAO Synthesis Imaging Workshop data reduction tutorials. If one did not participate in the EVLA Continuum Data Reduction Tutorial, one could use the script extractor to generate a CASA reduction script and process the data to form an initial image. Current experience on a standard desktop computer suggests that such a data set could be processed in 20 min. or less.

Polarization Imaging

In the previous data reduction tutorial, a full polarization imaging cube of 3C 391 was constructed. This cube has 3 dimensions, the standard two angular dimensions (right ascension, declination) and a third dimension containing the polarization information. Considering the image cube as a matrix, [math]\displaystyle{ Image[l,m,p] }[/math], the [math]\displaystyle{ l }[/math] and [math]\displaystyle{ m }[/math] axis describe the sky brightness or intensity for the given [math]\displaystyle{ p }[/math] axis. If one opens the viewer and loads the 3C 391 continuum image, the default view contains an "animator" or pane with movie controls. One can step through the polarization axis, displaying the images for the different polarizations.

As [constructed], the image contains four polarizations, for the four Stokes parameters, I, Q, U, and V. Recalling the lectures, Q and U describe the linear polarization and V describes the circular polarization. Specifically, Q describes the amount of linear polarization aligned with a given axis, and U describes the amount of linear polarization at a 45 deg angle to that axis. The V parameter describes the amount of circular polarization, with the sign (positive or negative) describing the sense of the circular polarization (right- or left-hand circularly polarized).

In general, few celestial sources are expected to show circular polarization, with the notable exception of masers, while terrestrial and satellite sources are often highly circularly polarized. The V image is therefore often worth forming because any V emission could be indicative of unflagged RFI within the data (or problems with the calibration!).

Because the Q and U images both describe the amount of linear polarization, it is more common to work with a linear polarization intensity image, [math]\displaystyle{ L = \sqrt{Q^2 +U^2} }[/math]. ([math]\displaystyle{ L }[/math] can also be denoted by [math]\displaystyle{ P }[/math].) Also important can be the polarization position angle [math]\displaystyle{ tan 2\chi = U/Q }[/math].

The relevant task is [immath], with specific examples for processing of polarization images given in [Polarization Manipulation]. The steps are the following.

1. Extract the Q and U planes from the full Stokes image cube, forming separate Q and U images. 2. Combine the Q and U images using the mode='poli' option of immath to form the linear polarization image. 3. If desired, combine the Q and U images using the mode='pola' option of immath to form the polarization position angle image. Because the polarization position angle is derived from the tangent function, the order in which the Q and U images are specified is important. 4. If desired, form the fractional linear polarization image, defined as L/I.

One can then view these various images using viewer.

Self-Calibration