From a2671405dae9c6936cece714b7f30774db696403 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Sat, 26 Aug 2017 19:01:59 -0400 Subject: [PATCH] UPdate --- AUTHORS | 5 ++++- fcsparser/api.py | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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