Skip to content

Implement Tissue Segmentation (FSL-FAST) #15

@nx10

Description

@nx10

Segment brain into CSF, GM, WM using FSL FAST.

  • Create src/rbc/core/anatomical/segmentation.py
  • Run FSL FAST: img_type=1, segments=True, probability_maps=True
  • Threshold at 0.95 for CSF, WM, GM
  • Integrate into workflows/anatomical.py
  • Unit tests for thresholding
  • Integration test (~2-3 min, mark as slow)

Outputs: label-{CSF,GM,WM}_mask, label-{CSF,GM,WM}_probseg

Reference: Step 4: Tissue Segmentation

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions