lsst.pipe.tasks  13.0-51-g46e0a8d+3
 All Classes Namespaces Files Functions Variables Groups Pages
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
 
def getDestination
 
- Public Member Functions inherited from lsst.pipe.tasks.ingest.ParseTask
def getInfo
 
def getInfoFromMetadata
 
def translate_date
 
def translate_filter
 
def getDestination
 

Additional Inherited Members

- Static Public Member Functions inherited from lsst.pipe.tasks.ingest.ParseTask
def getExtensionName
 
- Static Public Attributes inherited from lsst.pipe.tasks.ingest.ParseTask
 ConfigClass = ParseConfig
 

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 19 of file ingestCalibs.py.

Member Function Documentation

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.


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