Definition at line 196 of file tractBuilder.py.
◆ patchBorder
lsst.skymap.tractBuilder.LegacyTractBuilderConfig.patchBorder |
|
static |
Initial value:= pexConfig.Field(
doc="border between patch inner and outer bbox (pixels)",
dtype=int,
default=100,
)
Definition at line 203 of file tractBuilder.py.
◆ patchInnerDimensions
lsst.skymap.tractBuilder.LegacyTractBuilderConfig.patchInnerDimensions |
|
static |
Initial value:= pexConfig.ListField(
doc="dimensions of inner region of patches (x,y pixels)",
dtype=int,
length=2,
default=(4000, 4000),
)
Definition at line 197 of file tractBuilder.py.
The documentation for this class was generated from the following file: