RFplotAOS
Plot the AOS data at the Received Frequency (or does
RF stand for "Radio Frequency"?). The data is plotted
as noise temperatures. This routine requires
input information on the LO settings and the hot and cold
load temperatures. Use of this routine is facilitated by
first running
SetupRFplot.
Syntax:
RFplotAOS,hotwhich,coldwhich,LO,SB
Arguments:
hotwhich,
a vector containing the indexes within the global
variable sao which identifies the hot load spectra.
coldwhich,
a vector containing the indexes within the global
variable sao which identifies the cold load spectra.
LO,
a vector of the same length with the LO frequencies
SB
a vector of the same length telling us which side band was tuned
-1 = LSB
+1 = USB
Example:
hotwhich=[0,2,4,6,8,10]
coldwhich=[1,3,5,7,9,11]
LO=[567.0,567.0,571.8,571.8,576.0,576.0]
SB=[ 1, -1, 1, -1, 1, -1]
RFplotAOS,hotwhich,coldwhich,
,LO,SB,
Thot=294.3,Tcold=117.0
Options:
OPTION,
Thot=T,
This is the hot load temperature in Kelvin.
The default value is 291K.
Tcold=T
This is the cold load temperature in Kelvin.
The default value is 111K.
Tmm=[lower,upper],
override plot window range for Tsys. Note the square
brackets.
fmm=[lower,upper],
initial frequency scale. default is maximum range. lower
and upper are integer or float values.