Functions | |
def | dataformat |
def | checkms |
def | checkasdm |
def | checkscantable |
Variables | |
tuple | tb |
def recipes.checkdataformat.checkasdm | ( | dname | ) |
check if input data is ALMA/EVLA SDM
Definition at line 105 of file checkdataformat.py.
Referenced by recipes.checkdataformat.dataformat().
def recipes.checkdataformat.checkms | ( | dname | ) |
check if the input data is an MS
Definition at line 77 of file checkdataformat.py.
Referenced by recipes.checkdataformat.dataformat().
def recipes.checkdataformat.checkscantable | ( | dname | ) |
check if the input data is ASAP Scantable
Definition at line 136 of file checkdataformat.py.
Referenced by recipes.checkdataformat.dataformat().
def recipes.checkdataformat.dataformat | ( | dataname | ) |
find(guess) the data format of the input data by quick checks on the data without opening or loading fullly. Currently check if it is MS, ALMA/EVLA SDM with its version, ASAP scantable with its version, CASA image, some kind of FITS, or ASCII text.
Definition at line 9 of file checkdataformat.py.
References recipes.checkdataformat.checkasdm(), recipes.checkdataformat.checkms(), and recipes.checkdataformat.checkscantable().
Definition at line 6 of file checkdataformat.py.