Functions | |
def | list_autocorr |
def | taql |
def | find_autocorr |
def recipes.find_autocorr.find_autocorr | ( | mses | ) |
Check the list of MSes in mses for ones that include autocorrelations, and return the flagging status of those autocorrelations in a dictionary keyed by MS name. Status codes: N: The MS has unflagged autocorrelations. R: The MS has autocorrelations, but FLAG_ROW is True for all of them. F: The MS has non-rowflagged autocorrelations, but they are still flagged.
Definition at line 57 of file find_autocorr.py.
References recipes.find_autocorr.taql().
Referenced by recipes.find_autocorr.list_autocorr().
def recipes.find_autocorr.list_autocorr | ( | mspat = "*[-_.][Mm][Ss]" | ) |
List MSes that include autocorrelations, and the flagging status of those autocorrelations. Status codes: N: The MS has unflagged autocorrelations. R: The MS has autocorrelations, but FLAG_ROW is True for all of them. F: The MS has non-rowflagged autocorrelations, but they are still flagged.
Definition at line 13 of file find_autocorr.py.
References recipes.find_autocorr.find_autocorr().
def recipes.find_autocorr.taql | ( | query, | |
tbinst = None , |
|||
cols = None |
|||
) |
Definition at line 41 of file find_autocorr.py.
Referenced by recipes.find_autocorr.find_autocorr().