CSIRO Australia Telescope National Facility
ATCA Users Guide
Preface
About this Guide
Conventions
(1) The Australia Telescope Compact Array
/1./The Australia Telescope Compact Array
/1.1/The Australia Telescope National Facility
/1.2/Overview of the ATCA
/1.3/Planning a proposal
/1.4/Centimetre Observations (20–3 cm bands)
/1.5/Millimetre-wave observations (12mm–3mm)
/1.6/Choosing an Observing Frequency
/1.7/Choosing Angular and Frequency Resolution
/1.8/Additional Observing Notes and Techniques
/1.9/High Time Resolution, Pulsars, Planets and VLBI
/1.10/Other Things to Consider
/1.11/Submitting a proposal
/1.12/Successful Proposals
(2) Preparing for Observations
/2./Preparing for Observations
/2.1/How to Prepare a Schedule File
/2.2/How to Prepare a Mosaic File
/2.3/Scheduling Strategy
/2.4/Observation Requirements
/2.5/Pre-observation Checklist
(3) Observing
/3./Observing
/3.1/Continuum Observations
/3.2/Zoom Modes
/3.3/Monitoring and Trouble Shooting
/3.4/cm Observing Startup Checklist
/3.5/mm Observing Startup Checklist
(4) After your Observations
/4./After your Observations
/4.1/Archiving Your Data
/4.2/Report Your Experiences
/4.3/Data Analysis
/4.4/Publishing Results
A. Technical Reference
B. caobs
C. cacor
D. spd
E. vis
F. People to Contact
Index
[Printable Guide] [Printable Chapter]

2.2 How to Prepare a Mosaic File

Mosaic observations use a standard schedule file and an additional file, called the mosaic file, which lists the positions of the mosaic field centres. Up to 500 fields can be specified in a single file. This mosaic file must consist of one line per pointing centre in the mosaic pattern. Lines beginning with the # character are ignored and can be used for comments.

The general mosaic file format is:

# Comments .... ignored by the software
#

d(RA)d(DEC)INT$FIELD_1
d(RA)d(DEC)INT$FIELD_2
d(RA)d(DEC)INT$FIELD_3
d(RA)d(DEC)INT$FIELD_4

The items in each line are: d(RA) is the offset Right Ascension of the pointing centre in “degrees of polar rotation” from the reference position. For example, d(RA)~=~+15.00 will move +1 hr in RA at all declinations. d(DEC) is the offset declination of the pointing centre in degrees from the reference position. eg d(DEC)~=~+1.000 will move the pointing centre one degree north. INT is the integral number of integration cycles to spend on each pointing centre. The ‘$’ is a prefix to the field name, and indicates that scans will follow in the order as they are listed in the mosaic file. The name of the field, $FIELD_n, must be different for each pointing centre and should be \leq 9 characters (naturally, $ can not be used as a first character of the field name). Note: The UVSPLIT task in MIRIAD needs the field names to be different by ‘_n’, where n is an integer. This file should be named mosnam.mos, where mosnam should be a short name that describes the mosaic.

To include a mosaic in a schedule file, insert a scan and set:

All other scan settings have their usual effect, including the Pointing mode, and the observing frequencies. The mosaic file must be saved in the /atca/mosaic directory on XBONES so that CAOBS can locate it during the observations. The mosaic file name should be completely in lowercase letters, even if the corresponding source name in the schedule has uppercase letters, as CAOBS will report that the mosaic file could not be found unless it has an all-lowercase file name.

The mosaic scan will be observed repeatedly until the time specified by ScanLength has elapsed, after which the mosaic scan will continue until the last specified field centre is next observed. In this way, the mosaic sequence will always be executed an integral number of times, regardless of ScanLength.

The following example shows a mosaic file specifying a four pointing centre pattern on a 0.25^\circ grid. Note that the RA offsets are coordinate increments not sky distances.

Mosaic file: mymap.mos# mymap.mos by P. Smith
# A four pointing centre mosaic
# Ref. Position = 05:21:33, -65:56:41
0.00000.0002$mymap_1
0.61330.0002$mymap_2
0.6133-0.2502$mymap_3
0.0000-0.2502$mymap_4

The scan in the corresponding schedule file might have the parameters:

Scheduler fields:Source:mymapObserver:SmithProject:C555
RA:05:21:33
Dec:-65:56:41
Epoch:J2000
ScanLength:00:30:00
ScanType:Mosaic
Pointing:Global

With these settings, and with the default integration time of 10 seconds, the four pointing centres will be observed every 80 seconds, and the pattern will be repeated 23 times during the scan.