lsst.pipe.tasks  20.0.0-11-gceefcb08+2
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask Class Reference

Make a sky map in a repository. More...

Inheritance diagram for lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask:

Public Member Functions

def __init__ (self, **kwargs)
 
def runDataRef (self, butler)
 Make a skymap, persist it (optionally) and log some information about it. More...
 
def logSkyMapInfo (self, skyMap)
 Log information about a sky map. More...
 

Static Public Attributes

 ConfigClass
 
 RunnerClass
 

Detailed Description

Make a sky map in a repository.

Making a sky map in a repository is a prerequisite for making a coadd, since the sky map is used as the pixelization for the coadd.

Definition at line 83 of file makeSkyMap.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask.__init__ (   self,
**  kwargs 
)

Definition at line 93 of file makeSkyMap.py.

Member Function Documentation

◆ logSkyMapInfo()

def lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask.logSkyMapInfo (   self,
  skyMap 
)

Log information about a sky map.

Parameters
[in]skyMapsky map (an lsst.skyMap.SkyMap)

Definition at line 112 of file makeSkyMap.py.

◆ runDataRef()

def lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask.runDataRef (   self,
  butler 
)

Make a skymap, persist it (optionally) and log some information about it.

Parameters
[in]butlerdata butler
Returns
a pipeBase Struct containing:
  • skyMap: the constructed SkyMap

Definition at line 97 of file makeSkyMap.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask.ConfigClass
static

Definition at line 89 of file makeSkyMap.py.

◆ RunnerClass

lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask.RunnerClass
static

Definition at line 91 of file makeSkyMap.py.


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