Public Member Functions | |
def | __init__ |
def | __call__ |
Private Attributes | |
__bases__ | |
__doc__ | |
Static Private Attributes | |
string | __name__ |
Definition at line 18 of file plotants_pg.py.
def plotants_pg.plotants_pg_.__init__ | ( | self | ) |
Definition at line 21 of file plotants_pg.py.
def plotants_pg.plotants_pg_.__call__ | ( | self, | |
vis = None , |
|||
figfile = None , |
|||
async = None |
|||
) |
Plot the antenna distribution in the local reference frame: Plot the antenna distribution in the local reference frame: The location of the antennas in the MS will be plotted with X-toward local east; Y-toward local north. Keyword arguments: vis -- Name of input visibility file. default: none. example: vis='ngc5921.ms' figfile -- Save the plotted figure in this file. default: ''. example: figfile='myFigure.png' The name of each antenna (egs. vla=antenna number) is shown next to its respective location. DO NOT use the buttons on the Mark Region line. These are not implemented yet and might abort CASA. You can zoom in by pressing the magnifier button (bottom, third from left) and making a rectangular region with the mouse. Press the home button (left most button) to remove zoom. A hard-copy of this plot can be obtained by pressing the button on the right at the bottom of the display. This produces a png format file.
Definition at line 26 of file plotants_pg.py.
References vla_uvfits_line_sf.verify.
plotants_pg.plotants_pg_.__bases__ [private] |
Definition at line 22 of file plotants_pg.py.
plotants_pg.plotants_pg_.__doc__ [private] |
Definition at line 23 of file plotants_pg.py.
string plotants_pg.plotants_pg_.__name__ [static, private] |
Definition at line 19 of file plotants_pg.py.