eradiate.spectral.QuadSpecMinError#
- class eradiate.spectral.QuadSpecMinError(nmax=None)[source]#
Bases:
QuadSpecError-minimizing number of quadrature points [
minimize_error]Find the number of quadrature points that minimizes the error on the atmospheric transmittance.
- Parameters:
nmax (
int, optional) – Maximum number of quadrature points- Fields:
- classmethod convert(value)#
Attempt conversion to a
QuadSpecinstance. If value is a dictionary, it is passed tofrom_dict(); otherwise, it is left unchanged.
- static default()#
Return the default spectral quadrature (Gauss-Legendre, 16 g-points).
- static from_dict(value)[source]#
Create a quadrature specification subtype from a dictionary. The dictionary must have a
typeentry, whose value maps to a give quadrature specification subtype as follows:fixed:QuadSpecFixedminimize_error:QuadSpecMinErrorerror_threshold:QuadSpecErrorThreshold