Changeset 548


Ignore:
Timestamp:
03/10/05 07:48:38 (19 years ago)
Author:
phi196
Message:

minor edits and added RR/LL to plotter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/cookbook.tex

    r546 r548  
    681681\cmd{order} is the polynomial order for the fit. \cmd{threshold} is
    682682the SNR threshold to use to deliminate line emission from
    683 signal. Making this too small or too large will result in a poor fit,
    684 but generally the value is not critical.
     683signal. Generally the value of threshold is not too critical, however
     684making this too large will compromise the fit (as it will include
     685strong line features) and making it too small will mean it cannot find
     686enough line free channels.
     687
    685688
    686689Other examples:
     
    11801183To plot Stokes values, the plotter \cmd{set\_cursor} function should
    11811184be called first using the \cmd{pol} argument. The values which can be
    1182 plotted include a selection of [I,Q,U,V], [I, Plinear, Pangle, V], or
    1183 [XX, YY, Real(XY), Imaginary(XY)]. (Plinear and Pangle are the
    1184 percentage and position angle of linear polarisation). Conversion to
    1185 circular polarisations are currently not available.
     1185plotted include a selection of [I,Q,U,V], [I, Plinear, Pangle, V],
     1186[RR, LL] or [XX, YY, Real(XY), Imaginary(XY)]. (Plinear and Pangle are
     1187the percentage and position angle of linear polarisation). Conversion
     1188to circular polarisations are currently not available.
    11861189
    11871190Example:
     
    11891192\begin{verbatim}
    11901193  ASAP> plotter.set_cursor(pol=[``I'',''Q'']
     1194  ASAP> plotter.set_cursor(pol=[``RR'',''LL'']
    11911195  ASAP> plotter.set_cursor(pol=[``XX'',''YY'']
    11921196  ASAP> plotter.set_cursor(pol=[``I'',''Plinear'']
     
    12611265            smooth          - return the spectrally smoothed scan
    12621266            poly_baseline   - fit a polynomial baseline to all Beams/IFs/Pols
     1267            auto_poly_baseline - automatically fit a polynomial baseline
    12631268            gain_el         - apply gain-elevation correction
    12641269            opacity         - apply opacity correction
Note: See TracChangeset for help on using the changeset viewer.