Changes between Initial Version and Version 1 of SyscalDataFormats


Ignore:
Timestamp:
09/10/07 15:39:22 (17 years ago)
Author:
MarkWieringa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SyscalDataFormats

    v1 v1  
     1= SYSCAL Data Storage Formats =
     2
     3The RPFITS data stores some extra information in the header, as keywords, and some in the visibility data stream, by marking it with baseline number -1.
     4For single dish data (baseline==0) the u,v,w variables are replaced with ra,dec,utc.
     5
     6
     7{{{
     8#!rst
     9Syscal data variables
     10=====================
     11
     12
     13=== ==========  ==========  =========== ============= =================
     14 Q    Syscal Quantity MB      Syscal quantity ATCA     Wide Band Corr
     15--- ----------------------  ------------------------- -----------------
     16 #   q1=0        q1>0       q1=0         q1>0         q1>0
     17=== ==========  ==========  =========== ============= =================
     18q1  0           beam(>0)    0           ant(>0)       ant(>0)
     19q2  Az                      Temp.       if_no         Freq band0
     20q3  El                      Pressure    XY phase      Tsys
     21q4  Par. Angle              Humidity    sqrt(TsysA)   Tsys
     22q5  Focus x                 Windspeed   sqrt(TsysB)   Tsys
     23q6  Focus y                 Wind Dir    S Stats A +   Freq band1
     24q7  Focus z                 Wind flag   S Stats A 0   Tsys
     25q8  Temp                    Rain        S Stats A -   Tsys
     26q9  Press                   Seemonphase S Stats B +   Tsys
     27q10 Humidity                Seemon rms  S Stats B 0   # radec records
     28q11 Wind speed              Seemon flag S Stats B -   ant
     29q12 Wind dir.                           Par. Angle    utseconds
     30q13 Cal signal                          Flag          ra
     31q14   time                              XY Ampl.      dec
     32q15             Cal PolA                              (repeated)
     33q16             Cal PolB       
     34q17 Ref beam    DSD off A       
     35q18             DSD on  A         
     36q19             DSD off B
     37q20             DSD on  B
     38=== ==========  ==========  =========== ============= =================
     39
     40
     41}}}