lsst.pipe.tasks  19.0.0-61-gec4c6e08+8
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
 

Detailed Description

Definition at line 54 of file makeGen3SkyMap.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 68 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 71 of file makeGen3SkyMap.py.

Member Data Documentation

◆ ConfigClass

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

Definition at line 55 of file makeGen3SkyMap.py.


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