lsst.pipe.tasks gb1d6de0934+c320316d7a
|
Public Member Functions | |
def | getCalibType (self, filename) |
def | getDestination (self, butler, info, filename) |
Task that will parse the filename and/or its contents to get the required information to populate the calibration registry.
Definition at line 17 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 21 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
Reimplemented from lsst.pipe.tasks.ingest.ParseTask.
Definition at line 58 of file ingestCalibs.py.