lsst.skymap g2f36b36c37+ca6fa4fe79
|
Public Member Functions | |
def | __init__ (self, config) |
def | getPatchInfo (self, index, tractWcs) |
def | getPackedConfig (self, config) |
Static Public Attributes | |
ConfigClass = CellTractBuilderConfig | |
Definition at line 302 of file tractBuilder.py.
def lsst.skymap.tractBuilder.CellTractBuilder.__init__ | ( | self, | |
config | |||
) |
Reimplemented from lsst.skymap.tractBuilder.BaseTractBuilder.
Definition at line 305 of file tractBuilder.py.
def lsst.skymap.tractBuilder.CellTractBuilder.getPackedConfig | ( | self, | |
config | |||
) |
Get a packed config suitable for using in a sha1. Parameters ---------- config : `lsst.skymap.BaseTractBuilderConfig` Returns ------- configPacked : `bytes`
Reimplemented from lsst.skymap.tractBuilder.BaseTractBuilder.
Definition at line 356 of file tractBuilder.py.
def lsst.skymap.tractBuilder.CellTractBuilder.getPatchInfo | ( | self, | |
index, | |||
tractWcs | |||
) |
Return information for the specified patch. Parameters ---------- index : `lsst.skymap.Index2D` or `~collections.abc.Iterable` of 2 `int` Index of patch, as Index2D or pair of ints; or a sequential index as returned by getSequentialPatchIndex; negative values are not supported. tractWcs : `lsst.afw.geom.SkyWcs` WCS associated with the tract. Returns ------- result : `lsst.skymap.PatchInfo` The patch info for that index. Raises ------ IndexError Raised if index is out of range.
Reimplemented from lsst.skymap.tractBuilder.BaseTractBuilder.
Definition at line 320 of file tractBuilder.py.
|
static |
Definition at line 303 of file tractBuilder.py.