Definition at line 271 of file tractBuilder.py.
◆ validate()
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 278 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 272 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 288 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 283 of file tractBuilder.py.
The documentation for this class was generated from the following file: