lsst.pipe.tasks  17.0.1-27-g9f381ddd+3
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.makeGen3SkyMap.MakeGen3SkyMapTask Class Reference
Inheritance diagram for lsst.pipe.tasks.makeGen3SkyMap.MakeGen3SkyMapTask:

Public Member Functions

def __init__ (self, config=None, kwargs)
 
def run (self, butler)
 

Static Public Attributes

 ConfigClass = MakeGen3SkyMapConfig
 

Detailed Description

Definition at line 52 of file makeGen3SkyMap.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.makeGen3SkyMap.MakeGen3SkyMapTask.__init__ (   self,
  config = None,
  kwargs 
)

Definition at line 66 of file makeGen3SkyMap.py.

Member Function Documentation

◆ run()

def lsst.pipe.tasks.makeGen3SkyMap.MakeGen3SkyMapTask.run (   self,
  butler 
)
Construct and optionally save a SkyMap into a gen3 repository
Parameters
----------
butler : `lsst.daf.butler.Butler`
    Butler repository to which the new skymap will be written

Definition at line 69 of file makeGen3SkyMap.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.makeGen3SkyMap.MakeGen3SkyMapTask.ConfigClass = MakeGen3SkyMapConfig
static

Definition at line 53 of file makeGen3SkyMap.py.


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