Skip to content

Commit

Permalink
Update ex_06_import_export_to_file.py
Browse files Browse the repository at this point in the history
fix typos.
  • Loading branch information
zm711 authored Mar 7, 2023
1 parent 0060b5d commit efcc261
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/ex_06_import_export_to_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
Each probe field in the json format contains the `Probe` class attributes.
It also supports reading (and sometimes writing) from theses formats:
It also supports reading (and sometimes writing) from these formats:
* PRB (.prb) : used by klusta/spyking-circus/tridesclous
* CVS (.csv): 2 or 3 columns locations in text file
* mearec (.h5) : mearec handle the geometry
* spikeglx (.meta) : spikeglx handle the handle also the geometry
* CSV (.csv): 2 or 3 columns locations in text file
* mearec (.h5) : mearec handles the geometry
* spikeglx (.meta) : spikeglx also handles the geometry
"""

Expand Down Expand Up @@ -67,7 +67,7 @@
# * contact_positions with 'geometry'
# * device_channel_indices with 'channels'
#
# Here an example .prb file with 2 channel groups of 4 channels each.
# Here is an example of a .prb file with 2 channel groups of 4 channels each.
# It can be easily loaded and plotted with `probeinterface`


Expand Down

0 comments on commit efcc261

Please sign in to comment.