Definition at line 212 of file tractBuilder.py.
◆ __init__()
lsst.skymap.tractBuilder.LegacyTractBuilder.__init__ |
( |
|
self, |
|
|
|
config |
|
) |
| |
◆ getPackedConfig()
lsst.skymap.tractBuilder.LegacyTractBuilder.getPackedConfig |
( |
|
self, |
|
|
|
config |
|
) |
| |
◆ getPatchInfo()
lsst.skymap.tractBuilder.LegacyTractBuilder.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 223 of file tractBuilder.py.
◆ _initialized
lsst.skymap.tractBuilder.LegacyTractBuilder._initialized |
|
protected |
◆ _patchBorder
lsst.skymap.tractBuilder.LegacyTractBuilder._patchBorder |
|
protected |
◆ _patchInnerDimensions
lsst.skymap.tractBuilder.LegacyTractBuilder._patchInnerDimensions |
|
protected |
◆ _tractBBox
lsst.skymap.tractBuilder.LegacyTractBuilder._tractBBox |
|
protected |
◆ ConfigClass
The documentation for this class was generated from the following file: