Segment brain into CSF, GM, WM using FSL FAST. - [x] Create `src/rbc/core/anatomical/segmentation.py` - [x] Run FSL FAST: `img_type=1`, segments=True, probability_maps=True - [x] Threshold at 0.95 for CSF, WM, GM - [x] Integrate into `workflows/anatomical.py` - [x] Unit tests for thresholding - [x] Integration test (~2-3 min, mark as slow) **Outputs:** `label-{CSF,GM,WM}_mask`, `label-{CSF,GM,WM}_probseg` **Reference:** [Step 4: Tissue Segmentation](https://github.com/childmindresearch/rbc/blob/main/rbc_reimplementation_guide.md#step-4-tissue-segmentation-fsl-fast)
Segment brain into CSF, GM, WM using FSL FAST.
src/rbc/core/anatomical/segmentation.pyimg_type=1, segments=True, probability_maps=Trueworkflows/anatomical.pyOutputs:
label-{CSF,GM,WM}_mask,label-{CSF,GM,WM}_probsegReference: Step 4: Tissue Segmentation