bids-standard / bids-2-devel

Discussions and suggestions of backwards incompatible changes to BIDS
https://bids.neuroimaging.io/
Creative Commons Attribution 4.0 International
10 stars 1 forks source link

Allow expressing parameters in different units #34

Open tsalo opened 3 years ago

tsalo commented 3 years ago

https://groups.google.com/forum/#!topic/bids-discussion/TjxOKEB1DD4

replace numeric values in the JSON files with either a tuple or dict that includes at least the value and units and potentially the datatype, and maybe even an ontology reference. For example:

{     
    "RepetitionTime": {
         "value": "645",
         "units": "msec",
         "datatype": "int16"
    }
} 

Original authors: @ccraddock

tsalo commented 3 years ago

Robert Welsh wrote:

+1