lsst.pipe.tasks
13.0-54-gc325bc5f
|
Public Member Functions | |
def | getCalibType (self, filename) |
def | getDestination (self, butler, info, filename) |
![]() | |
def | getInfo (self, filename) |
def | getInfoFromMetadata (self, md, info={}) |
def | translate_date (self, md) |
def | translate_filter (self, md) |
def | getDestination (self, butler, info, filename) |
Additional Inherited Members | |
![]() | |
def | getExtensionName (md) |
![]() | |
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 44 of file ingestCalibs.py.