Functions | |
def | cmptabs |
def | cmpmses |
def recipes.cmpmses.cmpmses | ( | ms1, | |
ms2, | |||
subtabs_to_check = ['ANTENNA' , |
|||
DATA_DESCRIPTION, | |||
FEED, | |||
FLAG_CMD, | |||
FIELD, | |||
OBSERVATION, | |||
POINTING, | |||
POLARIZATION, | |||
PROCESSOR, | |||
SPECTRAL_WINDOW, | |||
STATE, | |||
SOURCE, | |||
WEATHER, | |||
kws_to_check = ['MS_VERSION'] |
|||
) |
Returns 1 if any of the columns, listed subtables, or listed keywords in ms1 differ from the corresponding ones in ms2, 0 otherwise.
Definition at line 58 of file cmpmses.py.
References recipes.cmpmses.cmptabs().
Referenced by recipes.cmpmses.cmptabs().
def recipes.cmpmses.cmptabs | ( | tab1, | |
tab2 | |||
) |
Returns 1 if any of the columns in tab1 differ from the corresponding ones in tab2, 0 otherwise.
Definition at line 3 of file cmpmses.py.
References recipes.cmpmses.cmpmses().
Referenced by recipes.cmpmses.cmpmses().