> > |
%META:TOPICINFO{author="KarenONeil" date="1112282040" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="ObservingAPIExamples"}%
This is a series of scripts which combine together.
The idea here is to do the following:
- Slew the telescope to the first source of the night
- Configure for the DCR
- Slew to a nearby calibrator
- Balance the power levels
- Run a peak scan
- Run a focus scan
- Configure for the spectral line observations, adding the DCR to the scan coordinator (for no great reason)
- Slew to the first source
- Balance the IF rack and spectrometer
- Step through all the sources in your evening's list:
- Slew to a source
- Balance the IF rack (not the spectrometer, to save time)
- Take a position switched scan, NOT firing the cals
- stay at the off source position and take 10s of data with the cals firing
- repeat on the next source in the list
The files are below:
- Script for turning off the noise diodes - caloff.py
- Script for turning on the noise diodes - calon.py
- The source "catalog" (not a real catalog, but an array of sources which are stepped through) - cat.py
- The spectrometer set-up file - setup.py
- The script for the night's run (in this script, the true path to the above files should be given after the "execfile" command) - turtle.py
-- KarenONeil - 31 Mar 2005
%META:FILEATTACHMENT{name="caloff.py" attr="h" comment="script for turning off the noise diodes" date="1112281527" path="caloff.py" size="287" user="KarenONeil" version="1.1"}%
%META:FILEATTACHMENT{name="calon.py" attr="h" comment=" script for turning on the noise diodes" date="1112281548" path="calon.py" size="443" user="KarenONeil" version="1.1"}%
%META:FILEATTACHMENT{name="cat.py" attr="h" comment="source %_Q_%catalog%_Q_%" date="1112281564" path="cat.py" size="834" user="KarenONeil" version="1.1"}%
%META:FILEATTACHMENT{name="setup.py" attr="h" comment="Setupfor the spectral line observations" date="1112281603" path="setup.py" size="528" user="KarenONeil" version="1.1"}%
%META:FILEATTACHMENT{name="turtle.py" attr="h" comment="Actual observing script" date="1112281626" path="turtle.py" size="906" user="KarenONeil" version="1.1"}% |