Docs updated

This commit is contained in:
Lukas Klass 2020-04-14 11:28:19 +02:00
parent 14ec3e2584
commit 2692012e61
1 changed files with 2 additions and 0 deletions

View File

@ -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):