Parietal-INRIA / fmralign

Functional alignment and template estimation library for functional Magnetic Resonance Imaging data
https://parietal-inria.github.io/fmralign/
BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

Unified preprocessing for masking and parcellating #103

Open pbarbarant opened 19 hours ago

pbarbarant commented 19 hours ago

Solves #89. Creates a common preprocessing backend to be used with PairwiseAlignment and TemplateAlignment. Automatically masks and parcellates any number of nifti images in the spirit of scikit-learn's StandardScaler. Suggestions for better class name are welcome!

Goals: