lsst.skymap g6075d09f38+84dc8149f1
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.skymap.tractBuilder.CellTractBuilderConfig Class Reference
Inheritance diagram for lsst.skymap.tractBuilder.CellTractBuilderConfig:
lsst.skymap.tractBuilder.BaseTractBuilderConfig

Public Member Functions

def validate (self)
 

Static Public Attributes

 cellInnerDimensions
 
 cellBorder
 
 numCellsPerPatchInner
 
 numCellsInPatchBorder
 

Detailed Description

Definition at line 271 of file tractBuilder.py.

Member Function Documentation

◆ validate()

def lsst.skymap.tractBuilder.CellTractBuilderConfig.validate (   self)

Definition at line 294 of file tractBuilder.py.

Member Data Documentation

◆ 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: