Functions | |
def | listobs |
def task_listobs.listobs | ( | vis = None , |
|
selectdata = None , |
|||
spw = None , |
|||
field = None , |
|||
antenna = None , |
|||
uvrange = None , |
|||
timerange = None , |
|||
correlation = None , |
|||
scan = None , |
|||
intent = None , |
|||
feed = None , |
|||
array = None , |
|||
observation = None , |
|||
verbose = None , |
|||
listfile = None |
|||
) |
List data set summary in the logger: Lists following properties of a measurement set: scan list, field list, spectral window list with correlators, antenna locations, ms table information. Keyword arguments: vis -- Name of input visibility file default: none. example: vis='ngc5921.ms' selectdata -- select data from the MS verbose -- level of detail verbose=True: (default); scan and antenna lists verbose=False: less information listfile -- save the output in a file default: none. Example: listfile="mylist.txt"
Definition at line 19 of file task_listobs.py.