From 2692012e612f2d59bad521571e57cf7c8e89703d Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Tue, 14 Apr 2020 11:28:19 +0200 Subject: [PATCH] Docs updated --- esbo_etc/classes/SpectralQty.py | 2 ++ 1 file changed, 2 insertions(+) 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):