bids-matlab-tools
bids-matlab-tools copied to clipboard
Put a comment character before all history Add % This command pops up a window, there is no history for it
to export data as BIDS, create a button 'include raw as source' -> mkdir 'source' and copyfile
Hi, when I run pop_importbids, it gets in a never ending loop in line 468, when calling bids_importjson. I think it has to do with this part of the code....
Hello, When I run the bids_export function as described in the "bids_export_eye_tracking_example5.m", I run into the following error: ``` Unrecognized function or variable 'pop_read_gazepoint'. Error in bids_export>save_bids_eye_tracking (line 1031) EYE...
@dungscout96 can you edit the README file to indicate the changes for version 9? https://github.com/sccn/EEG-BIDS Also, it would be great if you could review and edit the README file.
Electromyography data is a very close modality to EEG. I expect that the proposed specs on [EMG-BIDS ](https://github.com/bids-standard/bids-specification/issues/1371) would be very close to EEG-BIDS, so that making an EMG-BIDS tool...
If the file name is in a cell (instead of a char array), which is the case for multi-run or multi-task scenarios, this print line will throw an error because...
AFAIK, `duration` is not a default column in `EEG.event`. So, if `duration` is not present in the `EEG.event` and the user has not mentioned it, the line below will skip...
When loading BIDS folder to a study the channels are incorrect when the electrodes.tsv and channels.tsv are different. Extra channels in EEG data that are not in electrodes.tsv (e.g. audio...