Skip to content

Commit

Permalink
fix in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
denisri committed Sep 29, 2023
1 parent ec4c308 commit 700229c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions capsul/schemas/brainvisa.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,13 @@ class MorphologistBrainVISA(ProcessSchema, schema='brainvisa',
'sulcal_morpho_measures': {'unused': ['subject_only']},
}

t1mri = {
'analysis': undefined,
'side': None,
'sidebis': None,
'seg_directory': None,
'suffix': None,
}
imported_t1mri = {
'analysis': undefined,
'side': None,
Expand Down

0 comments on commit 700229c

Please sign in to comment.