Skip to content

Commit

Permalink
add HED as optional column for other TSV files (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Feb 21, 2024
1 parent 3130384 commit 2d923f5
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions bids-validator/bids_validator/tsv/non_custom_columns.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"tracking_system",
"tracked_point",
"component",
"placement"
"placement",
"HED"
],
"electrodes": [
"name",
Expand All @@ -37,7 +38,8 @@
"hemisphere",
"type",
"impedance",
"dimension"
"dimension",
"HED"
],
"optodes": [
"name",
Expand All @@ -49,28 +51,31 @@
"template_y",
"template_z",
"source_type",
"detector_type"
"detector_type",
"HED"
],
"events": [
"duration",
"HED",
"onset",
"trial_type",
"response_time",
"stim_file"
"stim_file",
"HED"
],
"misc": [],
"participants": ["participant_id"],
"phenotype": ["participant_id"],
"scans": ["acq_time", "filename"],
"sessions": ["acq_time", "session_id"],
"aslcontext": ["volume_type"],
"participants": ["participant_id", "HED"],
"phenotype": ["participant_id", "HED"],
"scans": ["acq_time", "filename", "HED"],
"sessions": ["acq_time", "session_id", "HED"],
"aslcontext": ["volume_type", "HED"],
"blood": [
"time",
"plasma_radioactivity",
"whole_blood_radioactivity",
"metabolite_parent_fraction",
"hplc_recovery_fractions"
"hplc_recovery_fractions",
"HED"
],
"nirs": [
"name",
Expand All @@ -86,6 +91,7 @@
"wavelength_emission_actual",
"short_channel",
"status",
"status_description"
"status_description",
"HED"
]
}

0 comments on commit 2d923f5

Please sign in to comment.