Changes between Version 39 and Version 40 of Changes/atlod


Ignore:
Timestamp:
03/06/07 13:55:20 (17 years ago)
Author:
mci156
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Changes/atlod

    v39 v40  
    1616
    1717 SamplerStatistics::
    18  we no longer use these. So we need to avoid checking for them with CABB-type data.
     18 Not present in CABB data; do not execute flagging or "samcorr" code.
    1919 StorageOfSYSCALData::
    20  Now that there are no sampler statistics, we need a different way of carrying along [wiki:Glossary/Tsys Tsys] and 
    21  [wiki:Glossary/XYPhase XYPhase] data than we have at present.
    22  At present there are 24 scalar values of Tsys (6 antennae * 2 polarizations * 2 IFs) written into every integration, and
     20 AT correlator data format holds 24 scalar values of Tsys (6 antennae * 2 polarizations * 2 IFs) written into every integration, and
    2321 12 (6 ant. * 2 IFs) of XYPhase.[[BR]]
    2422 [[BR]]
     
    2927 Deciding what to do here in terms of data representation requires discussions with WarwickWilson.
    3028 Making changes here has flow on effects to other tasks that use Tsys or XYPhase.
     29 CABB data will include autocorrelation for both ON and OFF phases of the switched noise diode.[[BR]]
     30 ATLOD will calculate
     31   Tsys(f) = OFF(f) * Tcal(f) / ( ON(f) - OFF(f) )
     32 for each of the XX and YY polarization products. In the equation above 'f' is the frequency.[[BR]]
     33 Tcal(f) will be included in the RPFITS file once per scan.[[BR]]
     34 ATLOD will also calculate
     35   XYPhase(f) = arg( XYPhase_ON(f) - XYPhase_OFF(f) )
     36 ATLOD will record in the Miriad data TsysX(f), TsysY(f) and XYPhase(f).
     37 Input option 'noauto' will determine whether autocorrelation spectra are kepts.
    3138 ApplyingXYPhaseCorrections::
    3239 At present atlod applies the XYPhase during filling. Nothing else (except maybe [http://www.atnf.csiro.au/computing/software/miriad/doc/atxy.html atxy]) uses them.