We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691796a commit 8da02e3Copy full SHA for 8da02e3
neo/io/nicoletio.py
@@ -28,12 +28,3 @@ class NicoletIO(NicoletRawIO, BaseFromRaw):
28
def __init__(self, filepath=""):
29
NicoletRawIO.__init__(self, filepath=filepath)
30
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