From 056a523b9458b77f13f0a3d54238bfd8868d6db2 Mon Sep 17 00:00:00 2001 From: Thijs Date: Thu, 28 May 2020 10:34:29 +0200 Subject: [PATCH 1/6] Add info about inversion Commented not-used lines in `read_txt_header` In `read_txt_header` writes None to 'recording_opened' or 'recording_closed' if either breaks --- neo/rawio/neuralynxrawio.py | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/neo/rawio/neuralynxrawio.py b/neo/rawio/neuralynxrawio.py index 6f6f12217..30c980c36 100644 --- a/neo/rawio/neuralynxrawio.py +++ b/neo/rawio/neuralynxrawio.py @@ -37,6 +37,8 @@ class NeuralynxRawIO(BaseRawIO): """" Class for reading dataset recorded by Neuralynx. + Data recorded with 'Invert' enabled is autmoatically stratified in 'read_ncs' <--- something like this + Examples: >>> reader = NeuralynxRawIO(dirname='Cheetah_v5.5.1/original_data') >>> reader.parse_header() @@ -672,23 +674,33 @@ def read_txt_header(filename): if old_date_format: datetime1_regex = r'## Time Opened \(m/d/y\): (?P\S+) \(h:m:s\.ms\) (?P