Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.naic.edu/~astro/spectral_line/handbook/app/node14.html
Дата изменения: Wed Mar 20 18:34:06 2002 Дата индексирования: Sun Dec 23 03:51:20 2007 Кодировка: Поисковые слова: rigel |
The project number for these files is a9999. The gui-generated files are therefore called a9999.sls, the source list is src.list, and the log file is a9999.log.
Contents of general set-up file:
#goto your project directory cd /share/obs4/usr/a9999 ; #open a log file for your session. All of your observation logs will be placed #here. you may wish to change this name day by day (i.e. a9999.05may.log, #a9999.06may.log). logOpen a9999.log ; #attach your source list for the session srcfile src.list ; # Source the standard procedure which is invoked as 'dosrc' # The file chosen here depends on which procedure you wish to run # (i.e. onoff.tcl, hex.tcl, etc.). source /share/obs4/usr/a9999/#procedure#.tcl # Set correlator board and mean RF center frequencies. # These can then be shifted to account for velocity. set sbfr1 #sbfr1# set sbfr2 #sbfr2# set sbfr3 #sbfr3# set sbfr4 #sbfr4# set rfcfr #rfcfr# # Setup Doppler corrections. The velocity 'type' can be chosen to be # hel, topo, LSR, or geoc, and you can list your velocities as v, z(optical), # or z(radio). Additionally, you can either Doppler correct based on the center frequency of your bands (rfonly), or Doppler shift the center of each # band (sball). dopsetfrq $rfcfr $sbfr1 $sbfr2 $sbfr3 $sbfr4 dopsetvel 0 #vel_type# dopset#sball or rfonly# dopsetdoit # Set cal to hcal (preferred) or lcal setcal #cal# # Assert VLBI tone cal off acvlbical off # Adjust IF power levels adjpwrif1 adjpwrif2 -e 3 # Correlator setup parameters start here # What are these? calport 1 corcal 0 # No of sec. to wait between datataking. May be set to 60s, 10s or 1s set estart #enum# # No. of cycles at 50MHz. set dumplength #num# # Sets sampling level in each sbc set lagsam "#ls1# #ls2# #ls3# #ls4#" # No of lags (chans) for each sbc set lags "#lg1# #lg2# #lg3# #lg4#" # No of cycles for each integration, 1 cycle = 1 sec set icyc #no. cycles# # Bandwidth code for each sbc. set bandwd "#bw1# #bw2# #bw3# #bw4#" Correlator boards used. Can be any combination of boards 6, 7, 8 & 9 set corbrds "#bd1# #bd2# #bd3# #bd4#" # Define master control program. The next series of lines is described more # fully below. mcp setup corProg@cor " cor_lagc $lagsam ;# Sampling for each correlator cor_dblnyquist f ;# Sets sampling type to double-Nyquist cor_bwnum $bandwd ;# sbc bandwidth definition cor_lagspersbc $lags ;# Define no. of lags/sb cor_extstart $estart ;# No of sec to wait between datataking? cor_adjpwr FALSE ;# Adjust power each time data is taken? cor_dmplen $dumplength ;# Sets the interval between data dumps in seconds cor_chiptestmode FALSE ;#Used for testing the chips. You always want it to be FALSE cor_dmpsperinteg $icyc ;#Number of cycles per integration cor_dataformat 3 3 3 3 ;#Data format. 3=FFT, used for spectral lines cor_rdpowcntr TRUE ;#Reads power in 50MHz range cor_relbitshift 0 ;#Bit shift cor the correlator (you want this to be 0) cor_rdtotcnts FALSE ;#If TRUE, read 1025th channel in sbc (you want this to be FALSE) cor_enablanking FALSE ;#No software in place for this, so leave it FALSE cor_brdlist $corbrds" ;#Correlator boards used, plus final " to end mcp program. #Turn computer disc on for writing disc on #adjust power levels to the subcorrelators cor "cor_adjpwr false cor_rdp t" # END of spectral line setup file: a9999.sls
In the following paragraphs the commands invoked by the master control program will be described. The first line of the set invokes the master control program. This is followed by a series of lines concerned with the correlator.
"mcp setup corProg@cor ""
: This line is executed before
any observing commences. It provides the master control program
(mcp) with the instructions to execute the subsequent lines.
"cor_lagc $lagsam"
: Sets sampling for each
correlator according to Table 2.3.1
"cor_dblnyquist f"
: Can be set to "t" or "f" to
invoke (or not) double Nyquist sampling
"cor_bwnum $bandwd"
: Sets the bandwidth of each
sub-correlator according to bandwd = n, where n is bw =
MHz. At present n can go from 1
to n (bandwidths of 50 - 0.195 MHz).
"cor_lagspersbc $lags"
: Sets the number of labs for
each sub correlator. Can be set to 1024, 2048, or 4096
based on the limits set by the sampling and given in
Table 2.3.1.
The following files are available through the "standard files" button on the AO Observer's gui, and are described in the next subsections.
********************************************************************************