bids-matlab-tools icon indicating copy to clipboard operation
bids-matlab-tools copied to clipboard

Results 27 bids-matlab-tools issues
Sort by recently updated
recently updated
newest added

Added code to check for participant's group membership. If the EEG.group variable is empty, then the code looks in the participants.tsv file, adding it to the EEG.group variable if it's...

@arnodelorme @dungscout96 @effigies [https://github.com/bids-standard/bids-examples/pull/442](https://github.com/bids-standard/bids-examples/pull/442) added new restrictions to filenames relevant to EEG. Do you foresee a problem. I think the current files generated in the bids-matlab-tools include a task in...

When all events in a task do not have a duration ("instantaneous" events or onsets/offsets), it might be best to remove the `EEG.event.duration` field and then have `n/a` for all...

I am done programming the pop_studywizard function that will import data in any format. I think we are ready to put it together for the BIDS wizard.

Running bids_export as command line and passing a structure for 'eInfoDesc'. For instance ``` eventsinfo.value.LongName = 'Event marker'; eventsinfo.value.Description = 'Marker value associated with the event'; ``` Those markers can...

enhancement

When writing commands to history and executing history, the window pops up. The history command should contain a string that mimics the user interaction with the GUI. If it is...

Cheng shared some files (file-cheng on my computer) However, there is no script, and the files actually have numerical sessions (in the file name itself). Also, when creating a study...

This is not exported. Add to scan file the start time of the recording. Import from EDF

If one have a massive dataset, because one relies on STUDY it becomes a problem as STUDY loads every .set (as a work around of course we can do several...