FitTanSipWcsConfig#
- class lsst.meas.astrom.FitTanSipWcsConfig(*args, **kw)#
Bases:
ConfigConfig for FitTanSipWcsTask.
Attributes Summary
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)number of iterations of fitter (which fits X and Y separately, and so benefits from a few iterations (
int, default3)number of rejection iterations (
int, default1)order of SIP polynomial (
int, default2)Number of standard deviations for clipping level (
float, default3.0)Attributes Documentation
- 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)
- numIter#
number of iterations of fitter (which fits X and Y separately, and so benefits from a few iterations (
int, default3)Valid Range = [1,inf)
- numRejIter#
number of rejection iterations (
int, default1)Valid Range = [0,inf)
- order#
order of SIP polynomial (
int, default2)Valid Range = [0,inf)
- rejSigma#
Number of standard deviations for clipping level (
float, default3.0)Valid Range = [0.0,inf)