Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion neo/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
.. autoclass:: neo.io.MaxwellIO

.. autoattribute:: extensions

.. autoclass:: neo.io.MedIO

.. autoattribute:: extensions
Expand Down
2 changes: 1 addition & 1 deletion neo/rawio/axonrawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
strings section:
[uModifierNameIndex, uCreatorNameIndex, uProtocolPathIndex, lFileComment, lADCCChannelNames, lADCUnitsIndex
lDACChannelNameIndex, lDACUnitIndex, lDACFilePath, nLeakSubtractADC]
['', 'Clampex', '', 'C:/path/protocol.pro', 'some comment', 'IN 0', 'mV', 'IN 1', 'mV', 'Cmd 0', 'pA',
['', 'Clampex', '', 'C:/path/protocol.pro', 'some comment', 'IN 0', 'mV', 'IN 1', 'mV', 'Cmd 0', 'pA',
'Cmd 1', 'pA', 'Cmd 2', 'mV', 'Cmd 3', 'mV']

Information on abf 1 and 2 formats is available here:
Expand Down
2 changes: 1 addition & 1 deletion neo/rawio/intanrawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* http://intantech.com/files/Intan_RHD2000_data_file_formats.pdf
* http://intantech.com/files/Intan_RHS2000_data_file_formats.pdf


Author: Samuel Garcia (Initial), Zach McKenzie & Heberto Mayorquin (Updates)

"""
Expand Down
2 changes: 1 addition & 1 deletion neo/rawio/medrawio.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Class for reading MED (Multiscale Electrophysiology Data) Format.

Uses the dhn-med-py python package, created by Dark Horse Neuro, Inc.

Authors: Dan Crepeau, Matt Stead
Expand Down
4 changes: 2 additions & 2 deletions neo/rawio/neuronexusrawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
* The *.xdat.json metadata file
* The *_data.xdat binary file of all raw data
* The *_timestamps.xdat binary file of the timestamp data

Based on sample data is appears that the binary file is always a float32 format
Other information can be found within the metadata json file


The metadata file has a pretty complicated structure as far as I can tell
a lot of which is dedicated to probe information, which won't be handle at the
a lot of which is dedicated to probe information, which won't be handle at the
the Neo level.

It appears that the metadata['status'] provides most of the information necessary
Expand Down
4 changes: 1 addition & 3 deletions neo/test/iotest/test_openephysbinaryio.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""

"""
""" """

import unittest

Expand Down
4 changes: 1 addition & 3 deletions neo/test/iotest/test_openephysio.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""

"""
""" """

import unittest

Expand Down
4 changes: 1 addition & 3 deletions neo/test/rawiotest/test_brainvisionrawio.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""

"""
""" """

import unittest

Expand Down
4 changes: 1 addition & 3 deletions neo/test/rawiotest/test_micromedrawio.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""

"""
""" """

import unittest

Expand Down