lsst.meas.astrom gaea863341c+d18973ec71
Loading...
Searching...
No Matches
lsst.meas.astrom.fit_sip_approximation.FitSipApproximationConfig Class Reference
Inheritance diagram for lsst.meas.astrom.fit_sip_approximation.FitSipApproximationConfig:

Static Public Attributes

 grid_spacing
 
 order
 

Detailed Description

Definition at line 35 of file fit_sip_approximation.py.

Member Data Documentation

◆ grid_spacing

lsst.meas.astrom.fit_sip_approximation.FitSipApproximationConfig.grid_spacing
static
Initial value:
= Field[float](
doc=(
"Spacing (in pixels) between grid points used to evaluate the WCS when fitting the "
"approximation. "
"If the spacing does not divide the detector bounding box evenly, it is decreased slightly."
),
dtype=float,
default=32.0,
)

Definition at line 36 of file fit_sip_approximation.py.

◆ order

lsst.meas.astrom.fit_sip_approximation.FitSipApproximationConfig.order
static
Initial value:
= Field[int](
doc="Polynomial order for the SIP approximation.",
dtype=int,
default=5,
)

Definition at line 45 of file fit_sip_approximation.py.


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