Skip to content

Commit

Permalink
Allow space-fsaverage for sphere files (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Jul 28, 2024
1 parent 18e39a4 commit f8d2345
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions xcp_d/data/io_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ queries:
extension: .surf.gii
hemi: L
suffix: pial
# Subject's surface sphere to be used to warp fsnative meshes to fsLR space
# Subject's surface sphere to be used to warp fsnative meshes to fsaverage space
lh_subject_sphere:
datatype: anat
desc: reg
extension: .surf.gii
hemi: L
space: null
space:
- null
- fsaverage
suffix: sphere
# White matter surface mesh in fsnative space (fsLR-space mesh will be searched for separately)
lh_wm_surf:
Expand All @@ -84,13 +86,15 @@ queries:
extension: .surf.gii
hemi: R
suffix: pial
# Subject's surface sphere to be used to warp fsnative meshes to fsLR space
# Subject's surface sphere to be used to warp fsnative meshes to fsaverage space
rh_subject_sphere:
datatype: anat
desc: reg
extension: .surf.gii
hemi: R
space: null
space:
- null
- fsaverage
suffix: sphere
# White matter surface mesh in fsnative space (fsLR-space mesh will be searched for separately)
rh_wm_surf:
Expand Down

0 comments on commit f8d2345

Please sign in to comment.