computeAggregateBandwidth
Return to directory of Todd's CASA extensions
Computes the aggregate non-overlapping bandwidth for a list of spws of a measurement set. It does not
correct for the reduced sensitivity at the edges of the baseband. Called by
gaincalSNR and
plotspws.
Usage:
au.computeAggregateBandwidth(vis, spw)
Inputs:
- vis: measurement set
- spw: an integer list, or comma-delimited string list of spw IDs
Returns:
Example:
CASA <2>: au.computeAggregateBandwidth('/lustre/naasc/cbrogan/Cycle1_data_reduction/Reduce_2012.1.00123.S/Calibrate_X208d/uid___A002_X8602fa_X208d.ms',spw=[17,19,21,23])
Out[2]: 7493939524.4821777
--
ToddHunter - 2014-09-18