lsst.skymap ga8c6da7877+acd47f83f4
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.skymap.tractBuilder.LegacyTractBuilderConfig Class Reference
Inheritance diagram for lsst.skymap.tractBuilder.LegacyTractBuilderConfig:
lsst.skymap.tractBuilder.BaseTractBuilderConfig

Static Public Attributes

 patchInnerDimensions
 
 patchBorder
 

Detailed Description

Definition at line 198 of file tractBuilder.py.

Member Data Documentation

◆ 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 205 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 199 of file tractBuilder.py.


The documentation for this class was generated from the following file: