Public Member Functions | |
def | __init__ |
def | __call__ |
Private Attributes | |
__bases__ | |
__doc__ | |
Static Private Attributes | |
string | __name__ |
Definition at line 18 of file asdmsummary_pg.py.
def asdmsummary_pg.asdmsummary_pg_.__init__ | ( | self | ) |
Definition at line 21 of file asdmsummary_pg.py.
def asdmsummary_pg.asdmsummary_pg_.__call__ | ( | self, | |
asdm = None , |
|||
async = None |
|||
) |
Summarized description of an ASDM dataset. The asdmsummary task prints to the CASA log a description of the content of an SDM dataset. Example: asdmsummary(sdm='10C-119_sb3070258_1.55628.42186299768') Prints information about the requested ASDM dataset to the CASA logger. Keyword argument: asdm -- Name of input ASDM directory. example: sdm='10C-119_sb3070258_1.55628.42186299768'
Definition at line 26 of file asdmsummary_pg.py.
References vla_uvfits_line_sf.verify.
asdmsummary_pg.asdmsummary_pg_.__bases__ [private] |
Definition at line 22 of file asdmsummary_pg.py.
asdmsummary_pg.asdmsummary_pg_.__doc__ [private] |
Definition at line 23 of file asdmsummary_pg.py.
string asdmsummary_pg.asdmsummary_pg_.__name__ [static, private] |
Definition at line 19 of file asdmsummary_pg.py.