diff --git a/FUSS/polmisc.py b/FUSS/polmisc.py index 87997e0..436ccb3 100644 --- a/FUSS/polmisc.py +++ b/FUSS/polmisc.py @@ -414,14 +414,11 @@ class PolData(object): ---------- name : str A short handle to make your data object recognisable (e.g. 'ep1', '14ad') - poldata : str or tuple The polarisation data can be imported from a text file containing only the data, where the column order is: wavelength p p_err q q_err u u_err a a_err. - Alternatively a tuple of arrays containing the data can be provided. Make sure the order of the arrays in the tuple corresponds to wavelength p p_err q q_err u u_err a a_err. - wlmin : int, optional Minimum wavelength cutoff wlmax : int, optional diff --git a/setup.cfg b/setup.cfg index c2a9d28..a775bfc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ url = https://github.com/HeloiseS/FUSS edit_on_github = False github_project = HeloiseS/FUSS # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version = 1.0.3 +version = 1.0.4 install_requires = numpy scipy matplotlib astropy pysynphot [entry_points]