Public Member Functions | |
def | getCalibType |
def | getDestination |
![]() | |
def | getInfo |
def | getInfoFromMetadata |
def | translate_date |
def | translate_filter |
def | getDestination |
Additional Inherited Members | |
![]() | |
def | getExtensionName |
![]() | |
ConfigClass = ParseConfig | |
Task that will parse the filename and/or its contents to get the required information to populate the calibration registry.
Definition at line 19 of file ingestCalibs.py.
def lsst.pipe.tasks.ingestCalibs.CalibsParseTask.getCalibType | ( | self, | |
filename | |||
) |
Return a a known calibration dataset type using the observation type in the header keyword OBSTYPE @param filename: Input filename
Definition at line 23 of file ingestCalibs.py.
def lsst.pipe.tasks.ingestCalibs.CalibsParseTask.getDestination | ( | self, | |
butler, | |||
info, | |||
filename | |||
) |
Get destination for the file @param butler Data butler @param info File properties, used as dataId for the butler @param filename Input filename @return Destination filename
Definition at line 43 of file ingestCalibs.py.