Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bbfcff7
Update webhook to only trigger the dev pipeline
apdavison Sep 2, 2024
c58facd
Fix JSON sent by curl in openMINDS_upstream.yml
apdavison Mar 31, 2025
c9e2508
Add required (acquisitionDuration, behavioralProtocol) in functional…
Jan 23, 2026
1530705
Merge branch 'openMetadataInitiative:v1' into dev-functionalMRIAcquis…
Alixbonard Jan 26, 2026
3e7c99c
Change name property structuralMRI by registration data in fucntional…
Feb 9, 2026
742ce4a
Remove delayAfterTrigger property in functionalMRIAcquisition schema
Feb 9, 2026
17984c7
Change name property sbref by motion correction with all updates need…
Feb 9, 2026
c696ace
Change name property fieldMap by distorsion correction with all updat…
Feb 9, 2026
b18df29
Merge branch 'dev-functionalMRIAcquisition' of https://github.com/Ali…
Feb 9, 2026
e3458ec
Fix required field spacing
Feb 12, 2026
fabdbba
fix typo distortion
Feb 12, 2026
eeda0a3
Move distortionCorrection, motionCorrection, registrationData to MRIA…
Feb 17, 2026
ab68006
Rename functionalMRIAcquisition by dynamicMRIAcquisition
Feb 17, 2026
30d890b
Add dynamicMRIAcquisition schema with volumeAcquisitionTime instead o…
Feb 17, 2026
2090e58
Apply suggestion from @lzehl
Alixbonard Feb 20, 2026
533080f
Apply suggestion from @lzehl
Alixbonard Feb 20, 2026
67af4e2
Apply suggestion from @lzehl
Alixbonard Feb 20, 2026
00966cf
Apply suggestion from @lzehl
Alixbonard Feb 20, 2026
ca6d9d9
Apply suggestion from @lzehl
Alixbonard Feb 20, 2026
12d965c
Fix indentations, instructions location and typo in volumeTiming
Feb 20, 2026
0907051
Fix _extends field
Feb 20, 2026
23e7f15
Update extends field with MRIAcquisition
Feb 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions schemas/activity/dynamicMRIAcquisition.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"_extends": "activity/MRIAcquisition.schema.tpl.json",
"_type": "neuroimaging:DynamicMRIAcquisition",
"required": [
"behavioralProtocol",
"volumeAcquisitionTime"
],
"properties": {
"behavioralProtocol": {
"_instruction": "Add the behavioral protocol or protocols applied during this acquisition, including all tasks or observed behavioral conditions (for example, resting state).",
"_linkedTypes": [
"core:BehavioralProtocol"
],
"minItems": 1,
"type": "array",
"uniqueItems": true
},
"delayTime": {
"_instruction": "Enter the delay time, defined as the time interval between a protocol-defined reference event (for example, stimulus onset, contrast administration, or physiological trigger) and the start of dynamic image acquisition, expressed in seconds. This value should reflect the actual timing applied during the scan.",
"_embeddedTypes": [
"core:QuantitativeValue"
]
},
"numberOfDiscardedVolumes": {
"_instruction": "Enter the number of image volumes discarded by the operator or analyst prior to post-processing, including initial equilibration volumes and any later volumes removed due to artifacts or instability. This value should reflect the total user-defined exclusion applied after acquisition.",
"type": "integer"
},
"volumeAcquisitionTime": {
"_instruction": "Enter the volume acquisition time, defined as the time required to acquire a single image volume, expressed in seconds. This value is typically equivalent to the repetition time for volume-based acquisitions and can be retrieved from the sequence timing information in the DICOM header.",
"_embeddedTypes": [
"core:QuantitativeValue"
]
},
"volumeTiming": {
"_instruction": "Add the volume timing as an array specifying the acquisition time of each volume relative to the start of the dynamic scan, expressed in seconds, with one entry per acquired volume. These values may be derived from the repetition time or extracted from the acquisition metadata.",
"_linkedTypes": [
"core:QuantitativeValueArray"
]
}
}
}
63 changes: 0 additions & 63 deletions schemas/activity/functionalMRIAcquisition.schema.tpl.json

This file was deleted.

Loading