ATLOD: Reading RPFITS Files

ATCA data will be initially in RPFITS format. This needs to be converted to Miriad's format, by task atlod, before any further processing can be done. We will discuss the various input parameters to Miriad atlod.

Typical inputs for atlod are given below.

ATLOD
in=/dev/nrst0 Input is either exabyte name
in=2010-02-04_1844.C007 or RPFITS file.
out=0823.uv Output visibility data set.
options=birdie,rfiflag,xycorr,opcorr Normal CABB data options, or
options=birdie,reweight,xycorr Normal old-correlator continuum mode options, or
options=birdie,hanning,compress possible old-correlator spectral line options.
nfiles=0,3 Skip 0, then read 3 files (use only for tape reading).
nscans Unset to save all scans

Miriad's atlod saves a number of on-line measurements as visibility variables. These measurements may by helpful in analysing and flagging the data. They can be plotted and listed with task varplt (see Section 10.7). These on-line parameter, and its Miriad variable name, are described below.

xyphase:
This is the on-line measurement of the XY phase. It is important to examine this measurement if you are doing polarimetry.

xyamp:
This is the amplitude of the correlation between the X and Y polarization channel of a given antenna.

xsampler, ysampler:
These variables give the sampler statistics for the X and Y polarization channels. There are three numbers per antenna per IF, which reflect the sampler levels. They should have values of 17.3, 50 and 17.3. Thus for six antennas, the xsampler variable will consist of 18 numbers per IF. These values are not available for CABB data.

xtsys, ytsys:
These give the system temperature, in Kelvin, for the X and Y polarization channels. Unfortunately Miriad tasks were originally developed around a single polarization model of a telescope, and so most tasks that concern themselves with system temperature do not handle dual polarization systems. The partial workaround used in Miriad has been to store the geometric mean of the X and Y system temperatures in the variable systemp. It is this variable that Miriad tasks use when they need to use the system temperature value.

axisrms, axismax:
These give the antenna rms and maximum tracking errors in a particular cycle. The units are arcseconds.

airtemp,pressmb,relhumid,wind,winddir:
These give various meteorological measurements at the observatory as a function of time.

smonrms:
This gives a measure indicative of the seeing conditions at mm wavelengths, and is obtained by a two-element interferometer observing a communications satellite at 30 GHz. This number is the RMS of the difference between the expected path length difference and that observed, and is due to the atmospheric conditions above the Narrabri site. It may not however directly represent the atmosphere along the line-of-sight to the object currently being observed. A smaller number here means a more stable atmosphere, and better conditions for mm observing.

Miriad manager
2011-05-26