FitSipDistortionConfig#
- class lsst.meas.astrom.FitSipDistortionConfig(*args, **kw)#
Bases:
ConfigConfig for FitSipDistortionTask
Attributes Summary
When setting the gird region, how much to extend the image bounding box (in pixels) before transforming it to intermediate world coordinates using the initial WCS.
Maximum median scatter of a WCS fit beyond which the fit fails (arcsec); be generous, as this is only intended to catch catastrophic failures (
float, default10)Maximum number of matches to reject when sigma-clipping (
int, default1)Minimum number of matches to reject when sigma-clipping (
int, default0)Number of X grid points used to invert the SIP reverse transform.
Number of Y grid points used to invert the SIP reverse transform.
Number of rejection iterations (
int, default3)Order of SIP polynomial (
int, default4)RMS uncertainty in reference catalog positions, in pixels.
Number of standard deviations for clipping level (
float, default3.0)Attributes Documentation
- gridBorder#
When setting the gird region, how much to extend the image bounding box (in pixels) before transforming it to intermediate world coordinates using the initial WCS. (
float, default50.0)
- maxScatterArcsec#
Maximum median scatter of a WCS fit beyond which the fit fails (arcsec); be generous, as this is only intended to catch catastrophic failures (
float, default10)Valid Range = [0,inf)
- nClipMax#
Maximum number of matches to reject when sigma-clipping (
int, default1)
- nClipMin#
Minimum number of matches to reject when sigma-clipping (
int, default0)
- nGridX#
Number of X grid points used to invert the SIP reverse transform. (
int, default100)
- nGridY#
Number of Y grid points used to invert the SIP reverse transform. (
int, default100)
- numRejIter#
Number of rejection iterations (
int, default3)Valid Range = [0,inf)
- order#
Order of SIP polynomial (
int, default4)Valid Range = [0,inf)
- refUncertainty#
RMS uncertainty in reference catalog positions, in pixels. Will be added in quadrature with measured uncertainties in the fit. (
float, default0.25)
- rejSigma#
Number of standard deviations for clipping level (
float, default3.0)Valid Range = [0.0,inf)