lsst.pipe.tasks
20.0.0-8-g7eef53f7+1
|
Make a DiscreteSkyMap in a repository, using the bounding box of a set of calexps. More...
Public Member Functions | |
def | __init__ (self, **kwargs) |
def | runDataRef (self, butler, dataRefList) |
Make a skymap from the bounds of the given set of calexps. More... | |
Static Public Attributes | |
ConfigClass | |
RunnerClass | |
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 119 of file makeDiscreteSkyMap.py.
def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.__init__ | ( | self, | |
** | kwargs | ||
) |
Definition at line 129 of file makeDiscreteSkyMap.py.
def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapTask.runDataRef | ( | 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 133 of file makeDiscreteSkyMap.py.
|
static |
Definition at line 125 of file makeDiscreteSkyMap.py.
|
static |
Definition at line 127 of file makeDiscreteSkyMap.py.