Definition at line 269 of file tractBuilder.py.
◆ validate()
def lsst.skymap.tractBuilder.CellTractBuilderConfig.validate |
( |
|
self | ) |
|
◆ cellBorder
lsst.skymap.tractBuilder.CellTractBuilderConfig.cellBorder |
|
static |
Initial value:= pexConfig.Field(
doc="Border between cell inner and outer bbox (pixels)",
dtype=int,
default=50,
)
Definition at line 276 of file tractBuilder.py.
◆ cellInnerDimensions
lsst.skymap.tractBuilder.CellTractBuilderConfig.cellInnerDimensions |
|
static |
Initial value:= pexConfig.ListField(
doc="dimensions of inner region of cells (x,y pixels)",
dtype=int,
length=2,
default=(150, 150),
)
Definition at line 270 of file tractBuilder.py.
◆ numCellsInPatchBorder
lsst.skymap.tractBuilder.CellTractBuilderConfig.numCellsInPatchBorder |
|
static |
Initial value:= pexConfig.Field(
doc="Number of cells in the patch border (outside the inner patch region).",
dtype=int,
default=1,
)
Definition at line 286 of file tractBuilder.py.
◆ numCellsPerPatchInner
lsst.skymap.tractBuilder.CellTractBuilderConfig.numCellsPerPatchInner |
|
static |
Initial value:= pexConfig.Field(
doc="Number of cells per inner patch.",
dtype=int,
default=20,
)
Definition at line 281 of file tractBuilder.py.
The documentation for this class was generated from the following file: