| Main | Usage | Observing API Examples | Requests | Troubleshooting | Updates |
# this is the set-up for MYPROJECTID
#first, set Locations of some flux calibrators
Catalog(fluxcal)
myCalibrator = "3C123"
calOffset = Offset("J2000", -0.58, 0.0, cosv = True)
galOffset = Offset("J2000", -1.45, 0.0, cosv = True)
# set things up for a peak for a sanity check
Comment("Configuring for peaking up with L-band")
Configure("""
receiver = 'Rcvr1_2'
obstype = 'Continuum'
backend = 'DCR'
nwin = 1
restfreq = 1400.0
deltafreq = 0
bandwidth = 200
swmode = 'tp'
swtype = 'none'
swper = 0.2
swfreq = 0.0, 0.0
tint = 0.2
vlow = 0
vhigh = 0
vframe = 'topo'
vdef = 'Optical'
noisecal = 'lo'
pol = 'Linear'
notchfilter = 'Out'
""")
Slew(myCalibrator)
Balance()
#run a peak, with length=120', rate=260'/min, firing the cals at 0.2s phases
hoff = Offset("Encoder", "02:00:00", 0.0)
voff = Offset("Encoder", 0.0, "02:00:00")
Peak(myCalibrator, hoff, voff, 30)
|
/home/astro-util/astridcats/
There are four formats of catalogs:
BCPM_Lband or subrXsElComa, which will remind you of the science you are trying to accomplish by running that particular block. Names such as test or turtle.p are not descriptive, and you may have to open several Scheduling Blocks to determine which one you want to run. The name you choose can be up to 96 characters long, and can contain whitespaces, so you may have a Scheduling Block name that consists of a few words (such as K-band frequency-switched spectroscopy).
You do not need to add a suffix to your Scheduling Block name (.turtle or .py) since the Scheduling Block executor that runs your scripts knows that they are written using the Observing API and Python.
monctrl@wind to the gateway with permission to operate the Antenna and the AntennaManager.
At the present time, there is no additional security on the Turtle Observation Management System. As a result, please only use the Run tab if you are the scheduled interactive observer. Future plans include limiting the availability of the Run tab to only the scheduled interactive observer, to support users who wish to use the application offline to create and store Scheduling Blocks to the database.
/home/gbtdata) which is comprised of your project ID and session number, e.g. AGBT04C_045_01 where AGBT04C_045 is the project ID and 01 is the session number.
turtle.d to refresh the Observation Management ("turtle") application, you must resubmit your configuration even if the telescope is already configured. This is necessary so your observation will produce GO FITS files, which are needed for many kinds of data reduction.
| Scientific Sponsor: | FrankGhigo |
|---|---|
| Technical Leads: | MarkClark and AmyShelton |
| Project Scientist: | FrankGhigo |
| Project Manager: | NicoleRadziwill |
| Topic ObservingTools . { Edit | Attach | Ref-By | Printable | Diffs | r1.25 | > | r1.24 | > | r1.23 | More } |
| Revision r1.25 - 06 Sep 2006 - 13:46 GMT - AmyShelton |
Content copyright © 1999-2007 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. |
| Software.ObservingTools moved from Software.ObservingTool on 04 Nov 2004 - 15:39 by NicoleRadziwill - put it back | |