Remi Gau

Results 885 comments of Remi Gau

Need to check in detail (can't right now because at a conference) but wait before merging because I think some entities have been added in the wrong place.

bids-matlab has a class to help navigate the json version of the schema that bids-matlab gets shipped with: https://bids-matlab.readthedocs.io/en/main/schema.html The names of the methods are bit on the verbose side...

From a quick look it seems a few other entities are missing for mri, eeg, pet (thinking of the modalities SPM may be interested only)and could be added. - https://bids-specification.readthedocs.io/en/stable/appendices/entities.html...

Good "occasion" to test the bids.matlab API to access the bids.schema to list the entities for certain datatypes. ```matlab clear sch = bids.Schema; datatypes = sch.get_datatypes(); datatypes_names = fieldnames(datatypes); entities...

From memory it may have been discussed for the qmri BEP at one point.