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


dish.getscan - Function



Package dish
Module dish
Tool dish


Retrieve a scan (SDRecord) from a scan group.


Synopsis
getscan(scannumber, subscan, resync, setgs)


Description
This is a data access utility for retrieving a single record from the group. It is useful for exploring uncalibrated data in detail. The getc function should be used instead for general scan retrieval of calibrated scans.



Arguments

scannumber   the scan number
    Allowed: integer
    Default: no default
subscan   the subscan number
    Allowed: integer
    Default: 1
resync   update the cache
    Allowed: boolean
    Default: F
setgs   copy the result to the globalscan array?
    Allowed: boolean
    Default: T


Returns
An SDRecord


Example
- myrec := d.getscan(422,2);





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