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.getr - Function Up: dish - Tool Previous: dish.gbtsum - Function


dish.getc - Function



Package dish
Module dish
Tool dish


Retrieve calibrated data (from the CORRECTED_DATA column)


Synopsis
getc(scan, int, pol, nif)


Description
This provides data access directly to the CORRECTED_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
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.getc(9);	#will average all of the calibrated data from scan 9





next up previous contents index
Next: dish.getr - Function Up: dish - Tool Previous: dish.gbtsum - 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