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.scansub - Function Up: dish - Tool Previous: dish.scanscale - Function


dish.scansrr - Function



Package dish
Module dish
Tool dish


Performs a (signal-reference)/reference.


Synopsis
scansrr(scan1, scan2)


Description
This function does (S-R)/R calibration in an explicit way. Also see the d.calib() function for a more automated way to handle calibration.



Arguments

scan1   signal scan
    Allowed: SDRecord
    Default: no default
scan2   reference scan
    Allowed: SDRecord
    Default: no default


Returns
An SDRecord


Example
- on := d.getc(2)
- off := d.getc(3)
- Tant := d.scansrr(on,off)
- d.plotscan(Tant)





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