Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | imager | |
Tool | imager |
To do the calculation, we use the imaging weights (in the
column called IMAGING_WEIGHT) and the specified sigma per point
(in the column SIGMA). Therefore, this includes all the effects
of weight and filter.
Calculate rms sensitivity
Synopsis
sensitivity(pointsource, relative, sumweights, async)
Description
Calculate the point source sensitivity for the selected data, both
absolutely and relatively (to that for natural weighting).
Arguments
pointsource
out
Calculated point source sensitivity (Jy/beam)
Allowed:
Quantity
relative
out
Calculated relative sensitivity
Allowed:
Double
sumweights
out
Calculated sum of weights
Allowed:
Double
async
in
Run asynchronously in the background
Allowed:
Bool
Default:
!dowait
Returns
Bool
Example
local s,r,sum
ok := imgr.sensitivity(s,r,sum,F)
print 'Sensitivity = ', s
print 'Relative to Natural Weighting = ', r
Example
imgr.sensitivity()
# Wait for it to finish and then ask for the result:
- defaultservers.result(1)
[pointsource=[value=0.25, unit='Jy'], relative=2.5, sumweights=642085.45]
Next: imager.setbeam - Function
Up: imager - Tool
Previous: imager.restore - 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-10-15