Public Member Functions | |
def | __init__ |
def | __call__ |
Private Attributes | |
__bases__ | |
__doc__ | |
Static Private Attributes | |
string | __name__ |
Definition at line 18 of file sdlist_pg.py.
def sdlist_pg.sdlist_pg_.__init__ | ( | self | ) |
Definition at line 21 of file sdlist_pg.py.
def sdlist_pg.sdlist_pg_.__call__ | ( | self, | |
infile = None , |
|||
antenna = None , |
|||
scanaverage = None , |
|||
outfile = None , |
|||
overwrite = None , |
|||
async = None |
|||
) |
ASAP SD task: list summary of single dish data Keyword arguments: infile -- name of input SD dataset antenna -- antenna name or id (only effective for MS input). scanaverage -- average integrations within scans options: (bool) True,False default: False example: if True, this happens in read-in For GBT, set False! outfile -- Name of output file for summary list default: '' (no output file) example: 'mysd_summary.txt' overwrite -- overwrite the output file if already exists options: (bool) True,False default: False DESCRIPTION: Task sdlist lists the scan summary of the dataset after importing as a scantable into ASAP. It will optionally output this summary as file. Note that if your PAGER environment variable is set to 'less' and you have set the 'verbose' ASAP environment variable to True (the default), then the screen version of the summary will page. You can disable this for sdlist by setting sd.rcParams['verbose']=False before running sdlist. Set it back afterwards if you want lots of information. WARNING for the GBT raw SDFITS format data as input: SDtasks are able to handle GBT raw SDFITS format data since the data filler is available. However, the functionality is not well tested yet, so that there may be unknown bugs.
Definition at line 26 of file sdlist_pg.py.
References vla_uvfits_line_sf.verify.
sdlist_pg.sdlist_pg_.__bases__ [private] |
Definition at line 22 of file sdlist_pg.py.
sdlist_pg.sdlist_pg_.__doc__ [private] |
Definition at line 23 of file sdlist_pg.py.
string sdlist_pg.sdlist_pg_.__name__ [static, private] |
Definition at line 19 of file sdlist_pg.py.