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

MATLAB / Octave tools for BIDS datasets

Results 37 bids-matlab issues
Sort by recently updated
recently updated
newest added

very edge case from https://openneuro.org/datasets/ds003216/versions/2.1.5/ json_file: ds003216/sub-02/ses-02/func/sub-02_ses-02_task-tapping_run-05_cbv.json Many warning and eventually this error ```matlab > In matlab.internal.json.makeStructure (line 4 [failing_json.txt](https://github.com/bids-standard/bids-matlab/files/8918450/failing_json.txt) 9) In bids.util.jsondecode (line 37) Error using cell2struct Duplicate field...

bug

related to #243 Tests in CI fails on this commit in Octave only because the wrong warning gets raised in the test for `append_to_layout` (for example see https://github.com/bids-standard/bids-matlab/pull/243/commits/09b24289cdef02384fe6bbca00f9625745f09ddf* ) Some...

octave

Are you interested in rearranging the repo so that it could be installed using Octave's [`pkg` tool](https://octave.sourceforge.io/octave/function/pkg.html)? That's Octave's standard package manager. It provides conveniences like install/uninstall commands, a load...

infrastructure
octave

### Make query return subset of layout instead of flat list In current state `querry` returns flat lists of found data, subjects etc. This may create some difficulties during data...

- [ ] implement a way to "force" copy without getting caught into an infinite loop The way dependencies are indexed, they reference each other ( `fileA_events.tsv` `fileA_bold.nii`). When using...

Will it be a more complexity/performance issue to make it also accept cellstr for pat? _Originally posted by @nbeliy in https://github.com/bids-standard/bids-matlab/pull/172#discussion_r584524205_

Sorry to reopening the request. There two issues that I encountered during the tests: 1. Do not take into account qMRI fieldmaps (TB1EPI etc...) 2. The json list in IntendedFor...

bug

In actual state user have an access either to the flat list of files using query, or to full unfiltered layout. It can be helpfull to provide user a way...