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.
Almost all ATCA RPFITS files can now be downloaded directly from the AT Online Archive (ATOA). Any requested RPFITS files can be saved onto your local disk, and atlod can be directed to load this data from there.
RPFITS files from the old correlator are commonly archived on CDROM or DVD: a CDROM/DVD appears much like a disk to the operating system, and atlod can load RPFITS files directly off these. To use a CDROM/DVD drive, first check that the drive is not in use (an orange light flashing). To load a disc, press the Open/Close on the front of the drive, place the disc in and again press the Open/Close button. After about 10 seconds, the operating system will mount the CDROM/DVD, and it can be accessed. CDROM/DVDs written at the ATCA will have the RPFITS data in the directory
/media/cdrom/DATA
You can do a directory listing to see what you have - its like a normal file system!
You can set the in parameter to the RPFITS files in this directory. For example, to select all files belonging to project C561, use
in=/media/cdrom/DATA/*.C561When you are done with a CDROM/DVD drive you eject it with the command
eject cdrom(the Open/Close button will not work).
RPFITS files are (or at least were once) commonly written to exabyte
tapes. Unlike other Miriad tasks, atlod
can read exabytes
directly. In this case you should use the physical device name as the
input name. This is usually
displayed on the exabyte drive. On the Epping Solaris systems, the device
name is usually /dev/rmt/0lbn or similar
(this is the so-called non-rewinding, raw, BSD compatibility interface).
On older Solaris systems, it may be /dev/nrst4 or something similar
(non-rewinding, raw interface).
An alternative to directly reading from exabyte is to load the data to disk with the Unix commands ansiread or ansitape, which are available on a number of the ATNF systems. See the UNIX man pages for more information.
Some of the options described below control on-the-fly corrections that atlod makes to the data, while others can reduce the amount of disk space that the dataset will consume. It is very important therefore to pass the correct options to atlod, to save yourself time later doing corrections that could have been done more easily right at the start.
At frequencies above 10 GHz, the opacity of the atmosphere can be significant: in mediocre conditions, the signal loss can be 20% at low elevations. With high-frequency data, an atmospheric opacity correction should be applied to the data; atlod will perform this correction if it is passed the opcorr option. This option can be safely included for data of any wavelength, as it does very little (and certainly does not harm the data) at low frequencies, and is completely ignored at 3mm wavelengths, where it is not appropriate.
For high frequency data taken with the old ATCA correlator, it is also generally desirable to
load both observing bands together, to allow joint calibration.
A shortcoming of
Miriad is that it is poor at handling multiple observing bands
when the polarisation products differ between the bands. However
the old ATCA correlator configurations that combined narrowband
and wideband observations generally did measure different polarisation
products in the two bands. As polarimetry
with the ATCA 3-mm system was not possible until recently, the simplest approach
to ensuring the polarisation products of the two bands are the same is by
discarding polarisation products that are not needed. The
atlod
option nopol causes atlod
to discard any XY and YX
products.
A few sets of permutations of the options will be appropriate with most observations. These include:
options=birdie,rfiflag,xycorr,opcorr
options=birdie,xycorr or
options=birdie,reweight,xycorr. See below for a discussion on
whether to use reweight or not.
options=birdie or
options=birdie,compress or options=birdie,hanning
or options=birdie,compress,hanning. See Section 16.3
for more on using atlod
with spectral line data and
Section 24.2 for high time resolution bin-mode data.
options=birdie,nopol,reweight
Possible options are:
Additionally, in the 33 channel/128 MHz mode, the birdie option also discards some edge channels and every other channel. This operation does not incur a sensitivity penalty, as correlator channels are not independent in this mode. The net result is that the output consists of either 13 or 14 good channels.
For CABB data, this option also flags 100 channels on each edge of the band, and any part of the 20cm or 13cm band that is not within the recognised frequency range of the receiver.
xycorr option in atlod.
For data prior to November 1992 - seek expert advise.
This option is recommended for high dynamic range work (more than about 500). However, the option also reduces the effectiveness of the birdie option to reject self-interference. This can be a significant effect for 20cm continuum observations, where the usual observing band straddles the 1408 MHz birdie. Particularly at 20cm, the reweight option is not recommended where dynamic ranges of less than 500 are expected.
This option is not required for CABB data.
This is unlikely to be beneficial for CABB data, as each CABB channel is independent, and boxcar smoothing (or channel binning) is preferred.
samcorr option
is (quietly) ignored.
noif
option if you have two spectral windows which sample different
polarization parameters, or that have different numbers of channels.
mt -f /dev/nrst4 fsf 30
See the Unix man page on mt for more information.
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.
Miriad manager