Skip to content

ENH: Deep source modeling #14097

Description

@payamsash

Describe the new feature or enhancement

looking at roadmap and #6784:

now (since 7.x FS) segment_subregions gives proper subsegmentations (hippo, amygdala, thalamic nuclei, and brainstem), also FS 8.x now runs SynthMorph as part of recon-all so every subject already have subject-to-template deformation field saved. So for morphing problem, instead of trying to inflate surfaces to a sphere, we could just take the saved deformation field and apply it directly to the vertex coordinates and then we can find the corresponding template mesh with nearest neighbour or ICP. no?

I mean these files:

mri/transforms/synthmorph.1.0mm.1.0mm/warp.to.mni152.1.0mm.1.0mm.nii.gz        # subject → MNI152
mri/transforms/synthmorph.1.0mm.1.0mm/warp.to.mni152.1.0mm.1.0mm.inv.nii.gz    # MNI152 → subject

Describe your proposed implementation

if yes, then:

  1. we can modify setup_source_space or new setup_subcortical_source_space to create SourceSpaces
  2. morph with saved volumetric warp, not spherical inflation
  3. and a plotting support in Brain

Describe possible alternatives

.

Additional context

Happy to open PRs for that, but better to discuss first. @larsoner

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions