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


next up previous contents index
Next: bimacalibrater - Module Up: bimams - Tool Previous: bimams.timerange - Function


bimams.totalintegrationtime - Function



Package bima
Module bimams
Tool bimams


Get the total integration time of this MS


Synopsis
totalintegrationtime(gaptime)


Description
This function returns the total integration time in the MS.



Arguments

gaptime   The minimum time between scans, if <0, 2 times the maximum value in the INTERVAL column is used
    Allowed: Double
    Default: -1


Returns
Quantity
.


Example
# construct a bimams tool and assign it to a Glish variable named bms
- bms := bimams('1733-130');
# get the total integration time
- bms.totalintegrationtime();
[value=2044.13995, unit=s]





next up previous contents index
Next: bimacalibrater - Module Up: bimams - Tool Previous: bimams.timerange - 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