API Documentation¶
Contents
mne_bids¶
MNE software for easily interacting with BIDS compatible datasets.
|
Save raw data to a BIDS-compliant folder structure. |
|
Read BIDS compatible data. |
|
Write the Elekta/Neuromag/MEGIN fine-calibration matrix to disk. |
|
Write the Elekta/Neuromag/MEGIN crosstalk information to disk. |
|
Create a BIDS path. |
|
Create json for a dataset description. |
|
Create a methods paragraph string from BIDS dataset. |
|
Put anatomical MRI data into a BIDS format. |
|
Update which channels are marked as “bad” in an existing BIDS dataset. |
|
Produce transformation matrix from MEG and MRI landmark points. |
Get the group min and max number of daysback necessary for BIDS specs. |
|
|
Recursively print dir tree starting from folder up to max_depth. |
|
Retrieve a dictionary of BIDS entities from a filename. |
|
Get list of values associated with an entity_key in a BIDS dataset. |
|
Get list of data types (“modalities”) present in a BIDS dataset. |
mne_bids.copyfiles¶
Utility functions to copy raw data files.
When writing BIDS datasets, we often move and/or rename raw data files. several original data formats have properties that restrict such operations. That is, moving/renaming raw data files naively might lead to broken files, for example due to internal pointers that are not being updated.
|
Copy a BrainVision file triplet to a new location and repair links. |
|
Copy a EEGLAB files to a new location and adjust pointer to ‘.fdt’ file. |
|
Copy and rename CTF files to a new location. |
|
Copy BTi data. |
|
Copy and rename KIT files to a new location. |