diff --git a/AUTHORS b/AUTHORS index 19b577d..ab03cf3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,4 +5,7 @@ Here is the list of the primary authors & contributors: Aymeric Duclert Ben Roth Jaime X. Ramos - Vanessa Jonsson \ No newline at end of file + Vanessa Jonsson + Oskari Mantere + Augustine (Gus) Dunn + Nathanael Lampe diff --git a/fcsparser/api.py b/fcsparser/api.py index f0a47ca..e6d81e0 100644 --- a/fcsparser/api.py +++ b/fcsparser/api.py @@ -1,10 +1,9 @@ #!/usr/bin/env python """ +Parser for FCS 2.0, 3.0, 3.1 files. Python 2/3 compatible. +` Distributed under the MIT License. -Thanks to: -- Ben Roth : adding a fix for Accuri C6 fcs files. - Useful documentation for dtypes in numpy http://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.byteswap.html?highlight=byteswap#numpy.ndarray.byteswap # noqa http://docs.scipy.org/doc/numpy/user/basics.types.html