Public Member Functions | |
def | __init__ |
def | __call__ |
Private Attributes | |
__bases__ | |
__doc__ | |
Static Private Attributes | |
string | __name__ |
Definition at line 18 of file listsdm_pg.py.
def listsdm_pg.listsdm_pg_.__init__ | ( | self | ) |
Definition at line 21 of file listsdm_pg.py.
def listsdm_pg.listsdm_pg_.__call__ | ( | self, | |
sdm = None , |
|||
async = None |
|||
) |
Lists observation information present in an SDM directory. The listsdm task reads SDM XML tables, processes the observation information contained therein, and prints this information to the CASA log. It will also return a dictionary keyed on scan number. The dictionary contains the following information: 'baseband' list of baseband name(s) 'chanwidth' list of channel widths (Hz) 'end' observation end time (UTC) 'field' field ID 'intent' scan intent(s) 'nchan' list of number of channels 'nsubs' number of subscans 'reffreq' list of reference frequencies (Hz) 'source' source name 'spws' list of spectral windows 'start' observation start time (UTC) 'timerange' start time - end time range (UTC) Example: myscans = listsdm(sdm='AS1039_sb1382796_2_000.55368.51883247685') Prints information about the requested SDM to the CASA logger and returns a dictionary with scan information in 'myscans'. Keyword argument: sdm -- Name of input SDM directory. example: sdm='AG836_sb1377811_1.55345.300883159725'
Definition at line 26 of file listsdm_pg.py.
References vla_uvfits_line_sf.verify.
listsdm_pg.listsdm_pg_.__bases__ [private] |
Definition at line 22 of file listsdm_pg.py.
listsdm_pg.listsdm_pg_.__doc__ [private] |
Definition at line 23 of file listsdm_pg.py.
string listsdm_pg.listsdm_pg_.__name__ [static, private] |
Definition at line 19 of file listsdm_pg.py.