From a5b1f800d76677aca7c0346d51db35b439ed7591 Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Tue, 14 Apr 2020 13:11:55 +0200 Subject: [PATCH] Docs updated --- esbo_etc/classes/SpectralQty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esbo_etc/classes/SpectralQty.py b/esbo_etc/classes/SpectralQty.py index 4100395..85216ec 100644 --- a/esbo_etc/classes/SpectralQty.py +++ b/esbo_etc/classes/SpectralQty.py @@ -57,7 +57,7 @@ class SpectralQty: file : str Path to the file to read the values from. The file needs to provide two columns: wavelength and the corresponding spectral quantity. The format of the file will be guessed by - `astropy.io.ascii.read(). If the file doesn't provide units via astropy's enhanced CSV format, the units + `astropy.io.ascii.read()`. If the file doesn't provide units via astropy's enhanced CSV format, the units will be read from the column headers or otherwise assumed to be *wl_unit_default* and *qty_unit_default*. wl_unit_default : Quantity Default unit to be used for the wavelength column if no units are provided by the file.