lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
lsst.pipe.tasks.ingestCalibs.IngestCalibsTask Class Reference
Inheritance diagram for lsst.pipe.tasks.ingestCalibs.IngestCalibsTask:
lsst.pipe.tasks.ingest.IngestTask lsst.pipe.tasks.ingestCuratedCalibs.IngestCuratedCalibsTask

Public Member Functions

def run (self, args)
 

Static Public Attributes

IngestCalibsConfig ConfigClass = IngestCalibsConfig
 
IngestCalibsArgumentParser ArgumentParser = IngestCalibsArgumentParser
 

Static Protected Attributes

str _DefaultName = "ingestCalibs"
 

Detailed Description

Task that generates registry for calibration images

Definition at line 236 of file ingestCalibs.py.

Member Function Documentation

◆ run()

def lsst.pipe.tasks.ingestCalibs.IngestCalibsTask.run (   self,
  args 
)
Ingest all specified files and add them to the registry

Reimplemented from lsst.pipe.tasks.ingest.IngestTask.

Reimplemented in lsst.pipe.tasks.ingestCuratedCalibs.IngestCuratedCalibsTask.

Definition at line 242 of file ingestCalibs.py.

Member Data Documentation

◆ _DefaultName

str lsst.pipe.tasks.ingestCalibs.IngestCalibsTask._DefaultName = "ingestCalibs"
staticprotected

Definition at line 240 of file ingestCalibs.py.

◆ ArgumentParser

IngestCalibsArgumentParser lsst.pipe.tasks.ingestCalibs.IngestCalibsTask.ArgumentParser = IngestCalibsArgumentParser
static

Definition at line 239 of file ingestCalibs.py.

◆ ConfigClass

IngestCalibsConfig lsst.pipe.tasks.ingestCalibs.IngestCalibsTask.ConfigClass = IngestCalibsConfig
static

Definition at line 238 of file ingestCalibs.py.


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