diff --git a/esbo_etc/classes/SpectralQty.py b/esbo_etc/classes/SpectralQty.py index e2d1bc7..055ab1a 100644 --- a/esbo_etc/classes/SpectralQty.py +++ b/esbo_etc/classes/SpectralQty.py @@ -22,6 +22,8 @@ class SpectralQty: qty : Quantity The quantity values corresponding to the binned wavelengths. If the values are supplied without a unit, they are assumed to be dimensionless. + extrapolate : bool + Whether extrapolation should be allowed. If disabled, the spectrum will be truncated and a warning given. """ # Check if both lengths are equal if len(wl) == len(qty):