Definition at line 35 of file fit_sip_approximation.py.
◆ 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: