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.sclear - Function Up: dish - Tool Previous: dish.scansrr - Function


dish.scansub - Function



Package dish
Module dish
Tool dish


Subtract scan2 from scan1.


Synopsis
scansub(scan1, scan2)


Description
Substract one spectrum from another.



Arguments

scan1   scan to be subtracted from
    Allowed: SDRecord
    Default: no default
scan2   scan to subtract
    Allowed: SDRecord
    Default: no default


Returns
An SDRecord


Example
- on := d.getc(2)
- off := d.getc(3)
- subscan := d.scansub(on,off);





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