Open tsalo opened 4 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
Robert Welsh wrote:
+1
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:
Original authors: @ccraddock