lsst.skymap 22.0.1-7-g833eef2+234f44cb89
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 196 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 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: