Changeset 546


Ignore:
Timestamp:
03/09/05 13:13:32 (19 years ago)
Author:
kil064
Message:

some small additions to polarimetry section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/cookbook.tex

    r544 r546  
    11441144\subsection{Simple Calibration}
    11451145
    1146 {\em Currently the receiver position angle is not stored in the rpfits
    1147 file. This serverly hampers correct handling of polarimetry.}
     1146{\em Currently the receiver position angle is not stored in the RPFITS
     1147file. This severely hampers correct handling of polarimetry. In the future
     1148we aim to define a general framework and populate the RPFITS files
     1149with the data required for transparent polarimetric calibration.}
    11481150
    11491151It is possible that there is a phase offset between polarisation which
    1150 will effect the phase of the cross polarisation correlation, and so
    1151 give rise to spurious polarisation. \cmd{rotate\_xyphase} can be used
    1152 to correct for this error. The user must know how to determine the
    1153 size of the phase offset themselves.
    1154 
    1155 \begin{verbatim}
    1156   ASAP> scans.rotate_xyphase(10.5)
     1152will effect the phase of the cross polarisation correlation, and so give
     1153rise to spurious polarisation. \cmd{rotate\_xyphase} can be used to
     1154correct for this error. At this point, the user must know how to
     1155determine the size of the phase offset themselves.
     1156
     1157\begin{verbatim}
     1158  ASAP> scans.rotate_xyphase(10.5)            # Degrees
    11571159\end{verbatim}
    11581160
    11591161Note that if this function is run twice, the sum of the two values is
    1160 applied.
    1161 
    1162 A correction for the receiver paralactic angle may need to be made,
    1163 either because of how it is mounted or if paralactifiying had to track
     1162applied because it is done in-situ.
     1163
     1164A correction for the receiver parallactic angle may need to be made,
     1165either because of how it is mounted or if parallactifiying had to track
    11641166at 90 degrees rather than 0. Use \cmd{rotate\_linpolphase} to correct
    11651167the position angle. Running this function twice results in the sum of
    1166 the corrections being applied.
    1167 
    1168 \begin{verbatim}
    1169   ASAP> scans.rotate_linpolphase(-20) # Correct for receiver mounting
     1168the corrections being applied because it is applied in-situ.
     1169
     1170\begin{verbatim}
     1171  ASAP> scans.rotate_linpolphase(-20) # Degrees; correct for receiver mounting
    11701172
    11711173  # Receiver was tracking 90 degrees rather than 0
     
    11761178\label{sec:polplot}
    11771179
    1178 To plot stokes values, the plotter \cmd{set\_cursor} function should
     1180To plot Stokes values, the plotter \cmd{set\_cursor} function should
    11791181be called first using the \cmd{pol} argument. The values which can be
    1180 plotted include a selection of [I,Q,U,V], [I, Plinear, Pangle, V] or
     1182plotted include a selection of [I,Q,U,V], [I, Plinear, Pangle, V], or
    11811183[XX, YY, Real(XY), Imaginary(XY)]. (Plinear and Pangle are the
    11821184percentage and position angle of linear polarisation). Conversion to
Note: See TracChangeset for help on using the changeset viewer.