Synopsis
point1(scan, receiver, xaxis, cal_value, basepct, plotflag)
Arguments
scan |
|
Scan number |
|
|
Allowed: |
Int |
receiver |
|
Receiver number |
|
|
Allowed: |
Int |
xaxis |
|
1=RA, 2=dec |
|
|
Allowed: |
Int |
cal_value |
|
The calibration value for deriving counts/K |
|
|
Allowed: |
float |
|
|
Default: |
1 |
basepct |
|
percentage of scan to use on the edges for a baseline fit |
|
|
Allowed: |
Int |
|
|
Default: |
10 |
plotflag |
|
flag for plotting the data |
|
|
Allowed: |
Boolean |
|
|
Default: |
T |
Description
Reduces a pointing observation made with the GBT. Baselines are fit from the
two edges of the scan only. The parameter basepct specifies the percentage of
the total scan used from each edge. For example, a basepct of 10 means that
a tenth of the scan at each of the two edges is used in calculating the
baseline. If xaxis=0, the function will
attempt to determine whether RA or Dec is appropriate for the given scan.