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


next up previous contents index
Next: imager.regionmask - Function Up: imager - Tool Previous: imager.plotvis - Function


imager.plotweights - Function



Package synthesis
Module imager
Tool imager


Plot the visibility weights as a function of u-v radius


Synopsis
plotweights(gridded, increment)


Description
Performs a plot of the visibility weights of all selected data (stored in the IMAGING_WEIGHT column of the MeasurementSet). The plot can be of the gridded weights (type='gridded') or ungridded.



Arguments

gridded in Do gridded plot?
Allowed: Bool
Default: F
increment in Increment in points to plot
Allowed: Int
Default: 1


Returns
Bool


Example
m:=fitstoms('3C273XC1.ms', '3C273XC1.fits'); m.close()
imgr:=imager('3C273XC1.ms')
imgr.setimage(cellx='0.7arcsec', celly='0.7arcsec')
imgr.weight('briggs')
imgr.plotweights(gridded=T,increment=10)





next up previous contents index
Next: imager.regionmask - Function Up: imager - Tool Previous: imager.plotvis - 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