|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./guide File getfs.pro
| Routine Summary 2 routines |
procedure getfsint, scan, if_num, n_int, pol | |
This procedure retrieves a single integration from a FS scan. |
procedure getfs, scan, [if_num=integer], [int_num=integer], [npol=integer] | |
This procedure retrieves and calibrates a frequency switched track scan. |
| Routine Details |
getfsint |
This procedure retrieves a single integration from a FS scan. This is currently an internal function used only by getfs.
| Parameters | |
|
scan |
scan number |
|
if_num |
IF number |
|
n_int |
integration number |
|
pol |
polarization |
getfs |
procedure getfs, scan, [if_num=integer], [int_num=integer], [npol=integer] |
This procedure retrieves and calibrates a frequency switched track scan. This procedure is incomplete. The I/O functions do not yet correctly fill FS data. When they do, we should revisit this function and complete it. Example: sdfits -mode=raw -scans=76:77 -backends=sp /home/archive/test-data/tape-0002/TREG_040628 This should produce 1 IF
| Parameters | |
|
scan |
scan number |
| Keywords | |
|
if_num |
IF number |
|
int_num |
integration number |
|
npol |
polarization index (0 or 1) |