Skip to content

Commit 0dac514

Browse files
committed
working version
1 parent 23c42ed commit 0dac514

File tree

163 files changed

+408
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+408
-215
lines changed

doc/api.rst

Lines changed: 1 addition & 0 deletions

doc/whats_new.rst

Lines changed: 3 additions & 1 deletion

examples/convert_ieeg_to_bids.py

Lines changed: 125 additions & 194 deletions
Large diffs are not rendered by default.

mne_bids/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
get_anat_landmarks, anonymize_dataset)
1515
from mne_bids.sidecar_updates import update_sidecar_json, update_anat_landmarks
1616
from mne_bids.inspect import inspect_dataset
17+
from mne_bids.dig import template_to_head

mne_bids/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
# Annotations to never remove during reading or writing
166166
ANNOTATIONS_TO_KEEP = ('BAD_ACQ_SKIP',)
167167

168-
BIDS_STANDARD_TEMPLATE_COORDINATE_FRAMES = [
168+
BIDS_STANDARD_TEMPLATE_COORDINATE_SYSTEMS = [
169169
'ICBM452AirSpace',
170170
'ICBM452Warp5Space',
171171
'IXI549Space',
@@ -218,7 +218,7 @@
218218
# accepted coordinate SI units
219219
BIDS_COORDINATE_UNITS = ['m', 'cm', 'mm']
220220
coordsys_wildcard = ['Other']
221-
BIDS_SHARED_COORDINATE_FRAMES = (BIDS_STANDARD_TEMPLATE_COORDINATE_FRAMES +
221+
BIDS_SHARED_COORDINATE_FRAMES = (BIDS_STANDARD_TEMPLATE_COORDINATE_SYSTEMS +
222222
coordsys_standard_template_deprecated +
223223
coordsys_wildcard)
224224

260 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
212 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)