Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: dish.getscan - Function Up: dish - Tool Previous: dish.getc - Function


dish.getr - Function



Package dish
Module dish
Tool dish


Retrieve raw data (from the FLOAT_DATA column)


Synopsis
getr(scan, phase, int, pol, nif)


Description
This provides data access directly to the FLOAT_DATA column. If the scan is specified and no integrations, the data is averaged with a TSYS weighting scheme (weighting is equal to the integration time divided by the square of the system temperature).



Arguments

scan   the scan number
    Allowed: integer
    Default: no default
phase   the phase number
    Allowed: integer
    Default: no default
int   the integration number
    Allowed: integer
    Default: All integrations
pol   the polarization number
    Allowed: boolean
    Default: All polarizations
nif   the IF number
    Allowed: integer
    Default: 1


Returns
An SDRecord


Example
- myrec := d.getr(9,1);	#will average all of the phase 1 data from scan 9





next up previous contents index
Next: dish.getscan - Function Up: dish - Tool Previous: dish.getc - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01