Skip to content

Commit 0bd4b99

Browse files
committed
Revert "Merge branch 'master' into no_events_found_879"
This reverts commit d8584b0001985f08ff1dc3db21b5c9fd372ea181, reversing changes made to ac6aeda64635a2aae50a20b990cbab667d74734f.
1 parent 5633167 commit 0bd4b99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

neo/io/nicoletio.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ class NicoletIO(NicoletRawIO, BaseFromRaw):
2828
def __init__(self, filepath=""):
2929
NicoletRawIO.__init__(self, filepath=filepath)
3030
BaseFromRaw.__init__(self, filepath)
31+
32+
33+
if __name__ == '__main__':
34+
35+
#file = NicoletRawIO(r'\\fsnph01\NPH_Research\xxx_PythonShare\nicolet_parser\data\janbrogger.e')
36+
#file = NicoletRawIO(r'\\fsnph01\NPH_Research\xxx_PythonShare\nicolet_parser\data\Routine6t1.e')
37+
#file = NicoletRawIO(r'\\fsnph01\NPH_Archiv\LTM\Band0299\58795\9140.e')
38+
file = NicoletIO(r'C:\temp\Patient1_ABLEIT53_t2.e')
39+
segment = file.read_segment()

0 commit comments

Comments
 (0)