lsst.pipe.tasks gb4d8b8e895+4b50854106
Public Member Functions | List of all members
lsst.pipe.tasks.ingestCalibs.CalibsParseTask Class Reference
Inheritance diagram for lsst.pipe.tasks.ingestCalibs.CalibsParseTask:
lsst.pipe.tasks.ingest.ParseTask

Public Member Functions

def getCalibType (self, filename)
 
def getDestination (self, butler, info, filename)
 

Detailed Description

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.

Member Function Documentation

◆ getCalibType()

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.

◆ getDestination()

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.


The documentation for this class was generated from the following file: