Open
Description
duration:
name: duration
display_name: Event duration
description: |
Duration of the event (measured from onset) in seconds.
Must always be either zero or positive (or `n/a` if unavailable).
A "duration" value of zero implies that the delta function or event is so
short as to be effectively modeled as an impulse.
type: number
unit: s
minimum: 0
where there is type
and unit
within the record but then there is
age:
name: age
display_name: Subject age
description: |
Numeric value in years (float or integer value).
It is recommended to tag participant ages that are 89 or higher as 89+,
for privacy purposes.
definition: {
"LongName": "Subject age",
"Description": "Subject age in postnatal years",
"Units": "year",
}
where there is definition
field with "Units"
in it. I found no mentioning of definition:
within https://github.com/bids-standard/bids-specification/tree/master/src/schema README.
- is such difference warranted or should we seek to unify by either abolishing
definition
and moving all into the record or unifying into everything havingdefinition
?- why
unit
vsUnits
difference? very loosely related MINOR: Replace "units" with "unit" in channels.tsv bids-2-devel#15 - and overall why in "definition" attributes are Capitalized?
- why
- why
definition
is in JSON syntax (subclass of YAML, I know) and not regular YAML?
If not to be changed anyhow, should be addressed by clarifications within https://github.com/bids-standard/bids-specification/blob/master/src/schema/README.md .