-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SCHEMA] bep012 functional derivatives #1209
base: master
Are you sure you want to change the base?
Changes from all commits
5cb8bef
ceb3cd8
49cdb82
4ac9a38
a5c130f
daa0cc2
aa0fb95
fee20fb
7452a99
262b4c6
6c67e9a
fde5ddd
06122bb
d10b4f6
08f1e38
65ce47f
34ad6c3
203e2b3
c3a3204
931ae95
1178463
9a592ce
09fb799
137af27
b2ba2db
21c0a20
daa34cc
c0c6993
e4ffa0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,17 @@ color: | |
Hexadecimal. Label color for visualization. | ||
type: string | ||
unit: hexadecimal | ||
compcor: | ||
name: '[a|t|w|c]_compcor_cor_[0-9a-zA-Z]+' | ||
display_name: CompCor | ||
description: | | ||
CompCor (Behzadi, et al., 2007) calculated with voxels chosen based on: | ||
a: anatomically derived ROIs (white matter and CSF), | ||
t: temporal variance, w: white matter voxels only, c: CSF voxels only | ||
cosine_x: | ||
name: ^cosine_[0-9a-zA-Z]+$ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These new regex-based names are new. I think having regex-based names fits, but one other novel aspect is that the columns will have a one-to-many relationship. All other columns and metadata fields have had one-to-one mappings so far (one object definition for each column/field). Do we need an additional field in the object schema to account for this? |
||
display_name: Cosine <X> | ||
description: Discrete cosine basis vectors | ||
derived_from: | ||
name: derived_from | ||
display_name: Derived from | ||
|
@@ -88,13 +99,24 @@ duration: | |
- type: string | ||
enum: | ||
- n/a | ||
dvars: | ||
name: dvars | ||
display_name: DVARS | ||
description: Change in variance (Brett, 2006, Power, et al., 2012) | ||
type: number | ||
filename: | ||
name: filename | ||
display_name: Filename | ||
description: | | ||
Relative paths to files. | ||
type: string | ||
format: participant_relative | ||
framwise_displacement: | ||
name: framewise_displacement | ||
display_name: Framwise Displacement | ||
description: Framewise displacement (Power, et al., 2012) | ||
type: number | ||
unit: mm | ||
group__channel: | ||
name: group | ||
display_name: Channel group | ||
|
@@ -179,6 +201,14 @@ index: | |
description: | | ||
The label integer index. | ||
type: integer | ||
legendre_x: | ||
name: ^legendre_[0-9a-zA-Z]+$ | ||
display_name: Legendre <X> | ||
description: Legendre polynomial basis vectors | ||
non_steady_state_x: | ||
name: ^non_steady_state_[0-9a-zA-Z]+$ | ||
display_name: Non Steady State <X> | ||
description: Initial non-steady-state volumes. One column per volume. | ||
low_cutoff: | ||
name: low_cutoff | ||
display_name: Low cutoff | ||
|
@@ -204,6 +234,10 @@ mapping: | |
description: | | ||
Corresponding integer label in the standard BIDS label lookup. | ||
type: integer | ||
melodic: | ||
name: ^melodic_[0-9a-zA-Z]+$ | ||
display_name: FSL MELODIC | ||
description: Columns from the mixing matrix in FSL MELODIC | ||
material: | ||
name: material | ||
display_name: Electrode material | ||
|
@@ -341,6 +375,36 @@ response_time: | |
- type: string | ||
enum: | ||
- n/a | ||
rmsd: | ||
name: rmsd | ||
display_name: Root Mean Square Derivation | ||
description: Root mean square deviation (Jenkinson, 1999) | ||
type: number | ||
unit: mm | ||
rms: | ||
name: rms | ||
display_name: Root Mean Square | ||
description: Root mean square of translation parameters (Van Dijk, et al., 2012) | ||
type: number | ||
unit: mm | ||
rot_x: | ||
name: rot_x | ||
display_name: X Axis Rotation | ||
description: Rotation parameters | ||
type: number | ||
unit: rad | ||
rot_y: | ||
name: rot_y | ||
display_name: Y Axis Rotation | ||
description: Rotation parameters | ||
type: number | ||
unit: rad | ||
rot_z: | ||
name: rot_z | ||
display_name: Z Axis Rotation | ||
description: Rotation parameters | ||
type: number | ||
unit: rad | ||
sample: | ||
name: sample | ||
display_name: Sample index | ||
|
@@ -470,6 +534,11 @@ status_description: | |
Freeform text description of noise or artifact affecting data quality on the channel. | ||
It is meant to explain why the channel was declared bad in the `status` column. | ||
type: string | ||
std_dvars: | ||
name: std_dvars | ||
display_name: Standardized DVARS | ||
description: Standardized DVARS (Nichols, 2013) | ||
type: number | ||
stim_file: | ||
name: stim_file | ||
display_name: Stimulus file | ||
|
@@ -508,6 +577,24 @@ time: | |
For example, 5. | ||
type: number | ||
unit: s | ||
trans_x: | ||
name: trans_x | ||
display_name: X Axis Translation | ||
description: Translation parameters | ||
type: number | ||
unit: mm | ||
trans_y: | ||
name: trans_y | ||
display_name: Y Axis Translation | ||
description: Translation parameters | ||
type: number | ||
unit: mm | ||
trans_z: | ||
name: trans_z | ||
display_name: Z Axis Translation | ||
description: Translation parameters | ||
type: number | ||
unit: mm | ||
trial_type: | ||
name: trial_type | ||
display_name: Trial type | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just FTR (attn @bendichter) something similarish came up in BEP032 context where for different
shape
of electrodes we would like to have columns describring the shapes, e.g.