eradiate.spectral.QuadSpecErrorThreshold#
- class eradiate.spectral.QuadSpecErrorThreshold(threshold, nmax=None)[source]#
Bases:
QuadSpecError-threshold number of quadrature points [
error_threshold]Find the number of quadrature points so that the error on the atmospheric transmittance is below a specified threshold.
- Parameters:
- 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).
- classmethod 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