cheta.fetch.msid_glob#
- cheta.fetch.msid_glob(msid)#
Get the archive MSIDs matching
msid
.The function returns a tuple of (msids, MSIDs) where
msids
is a list of MSIDs that is all lower case and (where possible) matches the inputmsid
. The outputMSIDs
is all upper case and corresponds to the exact MSID names stored in the archive HDF5 files.- Parameters:
msid – input MSID glob
- Returns:
tuple (msids, MSIDs)