lsst.pipe.tasks  20.0.0-18-g08fba245+aea2d85f7a
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask Class Reference

Make a DiscreteSkyMap in a repository, using the bounding box of a set of calexps. More...

Inheritance diagram for lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask:

Public Member Functions

def __init__ (self, **kwargs)
 
def runDataRef (self, butler, dataRefList)
 Make a skymap from the bounds of the given set of calexps. More...
 

Static Public Attributes

 ConfigClass
 
 RunnerClass
 

Detailed Description

Make a DiscreteSkyMap in a repository, using the bounding box of a set of calexps.

The command-line and run signatures and config are sufficiently different from MakeSkyMapTask that we don't inherit from it, but it is a replacement, so we use the same config/metadata names.

Definition at line 119 of file makeDiscreteSkyMap.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.__init__ (   self,
**  kwargs 
)

Definition at line 129 of file makeDiscreteSkyMap.py.

Member Function Documentation

◆ runDataRef()

def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.runDataRef (   self,
  butler,
  dataRefList 
)

Make a skymap from the bounds of the given set of calexps.

Parameters
[in]butlerdata butler used to save the SkyMap
[in]dataRefListdataRefs of calexps used to determine the size and pointing of the SkyMap
Returns
a pipeBase Struct containing:
  • skyMap: the constructed SkyMap

Definition at line 133 of file makeDiscreteSkyMap.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.ConfigClass
static

Definition at line 125 of file makeDiscreteSkyMap.py.

◆ RunnerClass

lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.RunnerClass
static

Definition at line 127 of file makeDiscreteSkyMap.py.


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