lsst.pipe.tasks
13.0-66-gfbf2f2ce+5
|
Make a DiscreteSkyMap in a repository, using the bounding box of a set of calexps. More...
Public Member Functions | |
def | __init__ (self, kwargs) |
def | run (self, butler, dataRefList) |
Make a skymap from the bounds of the given set of calexps. More... | |
Static Public Attributes | |
ConfigClass = MakeDiscreteSkyMapConfig | |
RunnerClass = MakeDiscreteSkyMapRunner | |
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 112 of file makeDiscreteSkyMap.py.
def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.__init__ | ( | self, | |
kwargs | |||
) |
Definition at line 122 of file makeDiscreteSkyMap.py.
def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.run | ( | self, | |
butler, | |||
dataRefList | |||
) |
Make a skymap from the bounds of the given set of calexps.
[in] | butler | data butler used to save the SkyMap |
[in] | dataRefList | dataRefs of calexps used to determine the size and pointing of the SkyMap |
Definition at line 126 of file makeDiscreteSkyMap.py.
|
static |
Definition at line 118 of file makeDiscreteSkyMap.py.
|
static |
Definition at line 120 of file makeDiscreteSkyMap.py.