lsst.pipe.tasks g0537c5b946+cdd9f7abd8
|
Make a sky map in a repository. More...
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 = MakeSkyMapConfig | |
RunnerClass = MakeSkyMapRunner | |
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 84 of file makeSkyMap.py.
def lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask.__init__ | ( | self, | |
** | kwargs | ||
) |
Definition at line 94 of file makeSkyMap.py.
def lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask.logSkyMapInfo | ( | self, | |
skyMap | |||
) |
Log information about a sky map.
@param[in] skyMap sky map (an lsst.skyMap.SkyMap)
Definition at line 113 of file makeSkyMap.py.
def lsst.pipe.tasks.makeSkyMap.MakeSkyMapTask.runDataRef | ( | self, | |
butler | |||
) |
Make a skymap, persist it (optionally) and log some information about it.
@param[in] butler data butler @return a pipeBase Struct containing: - skyMap: the constructed SkyMap
Definition at line 98 of file makeSkyMap.py.
|
static |
Definition at line 90 of file makeSkyMap.py.
|
static |
Definition at line 92 of file makeSkyMap.py.