The standard setup configures the spectral correlator, select the observing frequency, and leaves the system ready for receiver tuning.
!---------------------------------------------------------------------- ! ! PR:SETUP-A001.OBS ! Setup procedure for project "A001" ! ! - Date: Tue Apr 23 10:17:48 MET 2002 ! - Author: !**! ! - Project: A001 !**! ! - Verified by: ! !------------------------------------------------------------------------ ! Do not edit directly, but copy first then ! ! 1: replace "A001" by the projet number ! 2: enter the date and your name in the preamble ! ! All lines marked !**! must be customized. ! lines marked !* ! can be modified. ! !------------------------------------------------------------------------ SET\END ! Finish previous observation @ PR:defaults ! Restore defaults parameters ! SET\PROJECT A001 !**! Specify project number for further ! SYMBOL GO "@ PR:observe-all A001" !* ! data processing CATA SOU INTER_BASE:iram.sou !* ! CATA PHA INTER_BASE:phase-pdb.sou !* ! LET RECEIVER 2 !* ! Observing reference: receiver 1 @ 3mm ! receiver 2 @ 1mm LET LOW_LIMIT 15. !* ! Low elevation limit 15 degrees SAY "Project 'PROJECT' starting" ! ! SYMBOL NAME "MYSOURCE EQ 2000 04:00:00.00 30:00:00.0 LSR 10.0" !**! Source ! LET N_SUBSCANS 60 !* ! Scan length (in seconds) LET N_SCANS 20 !* ! Number of scans on SOURCE (20 minutes) LET N_SOURCES 1 !* ! use SYMBOL NAME if N_SOURCES.EQ.1 IF (N_SOURCES.GT.1) THEN ! LET NAME_SOURCE[1:N_SOURCES] ".. .." !* Enter list of sources (maximum 20) LET N_SCANS_SOURCE[1:N_SOURCES] .. .. !* Enter time per source (in minutes) ENDIF ! LET CALIBRATOR_1 "3C84" !** ! 1st phase calibrator LET CALIBRATOR_2 "NRAO150" !** ! 2nd phase calibrator LET CALIBRATOR_3 "......." !* ! 3rd phase calibrator (if necessary) LET N_CALIBRATORS 2 !* ! Use 2 phase calibrators every N_SCANS LET N_SUBS_CAL 45 !* ! Scan length on calibrator (in seconds) LET N_SCANS_CAL 3 !* ! Nb scans on each calibrator (3 scans) LET FSWI_CAL .FALSE. !* ! No fast-switching by default LET N_MOSAIC 0 !* ! No mosaic mode IF (N_MOSAIC.NE.0) THEN DEFINE REAL X_MOSAIC[N_MOSAIC] Y_MOSAIC[N_MOSAIC] T_MOSAIC[N_MOSAIC] /GLOBAL LET X_MOSAIC .. .. !* ! offsets in arcsec LET Y_MOSAIC .. .. !* ! offsets in arcsec LET T_MOSAIC .. .. !* ! in units of N_SUBSCANS ENDIF ! LET SOLVE_POINT YES LET SOLVE_FOCUS YES LET FOCUS_RECEIVER 1 !* ! Focussing on receiver 1 LET POINT_RECEIVER 1 !* ! Pointing on receiver 1 LET POINT_SOURCE_1 "3C84" !**! 1st pointing source LET POINT_SOURCE_2 "NRAO150" !* ! 2nd pointing source LET FOCUS_SOURCE_1 "3C84" !**! 1st focusing source LET FOCUS_SOURCE_2 "NRAO150" !* ! 2nd focusing source ! LET CHANGE_SPECTRAL .FALSE. !* ! .TRUE. if need to switch to broad_band ! SPECTRAL 1 20 390 /REC 1 !**! Define correlator configuration SPECTRAL 2 40 390 /REC 1 !**! Define correlator configuration SPECTRAL 3 320 260 /REC 1 !**! Define correlator configuration SPECTRAL 4 320 520 /REC 1 !**! Define correlator configuration SPECTRAL 5 160 180 /REC 2 !**! Define correlator configuration SPECTRAL 6 160 320 /REC 2 !**! Define correlator configuration SPECTRAL 7 160 460 /REC 2 !**! Define correlator configuration SPECTRAL 8 160 600 /REC 2 !**! Define correlator configuration ! LINE CO(1-0) 115.271 USB LOW 390 /REC 1 !**! Define observing frequency LINE CO(2-1) 230.538 LSB LOW 390 /REC 2 !**! Define observing frequency ! IF (N_SOURCES.GT.1) THEN SOURCE 'NAME_SOURCE[1]' /TYPE OBJ ELSE SOURCE 'NAME' /TYPE OBJ ENDIF LOAD /FREQUENCY ! Load frequency, but don't move antenna now CENTER_LO2 ! ! SET SHOW OFF ! Make sure any changes in the spectral configuration will be detected: SET\LOCK ! TYPE PR:clean.obs SAY "Project A001 Type: Mapping / Category: Dual frequency" !**! SAY " " SAY " Tuning Receiver 1: USB, optimised tuning" !**! SAY " Tuning Receiver 2: LSB, automatic tuning (DSB)" !**! SAY " Observing on Receiver: "'RECEIVER' ! SAY " Receiver Stability (1.3mm): 2-3 (Average)" !**! SAY " " ! ! Insert here any other instructions to the operator/astronomer ! SAY "Frequency sent, receivers may be tuned" SAY "Execute all observations by typing GO" SAY " " SAY "Type END when project is finished" SAY " " SYMBOL PROCEED /INQUIRE "Type RETURN to remove this page: " SET SHOW ON SET SHOW ON @ PR:check_cali A001 4 5 !* !prepare observing procedure to measure the ! flux of the 5 closest calibrators from the ! IRAM catalogue and the 4 closest ones the JVAS ! Procedure will be executed only if the line ! LET CALIBRATOR_1 "......." is left with dots.
All information appearing on lines marked !**! must have been supplied in the observing proposal, lines marked !* ! will use default values if not specified. The remaining part of the procedure will be defined by IRAM personal (your local contact, usually). The project number (A001 in this example) is assigned by IRAM when observing proposals are received.
After final checking by IRAM staff, this file will be given to the operators, together with a copy of the proposal and any accompanying information the observer may find useful. This small ``dossier'' will be updated by the operator and on-duty astronomer during observations, and a copy of it will be sent to the observer as soon as possible after a configuration has been used for a project (not only at project completion). The original will be kept at IRAM to prepare observations in the following configurations.