Docs updated
This commit is contained in:
parent
14ec3e2584
commit
2692012e61
@ -22,6 +22,8 @@ class SpectralQty:
|
|||||||
qty : Quantity
|
qty : Quantity
|
||||||
The quantity values corresponding to the binned wavelengths. If the values are supplied without a unit,
|
The quantity values corresponding to the binned wavelengths. If the values are supplied without a unit,
|
||||||
they are assumed to be dimensionless.
|
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
|
# Check if both lengths are equal
|
||||||
if len(wl) == len(qty):
|
if len(wl) == len(qty):
|
||||||
|
Loading…
Reference in New Issue
Block a user