The new (BETA) version of MSM is now available.
Most of the code from the original version has been replaced or revised, but some were reused. Most of the updates affect performance:
Please note, the current version is 0.5.0-BETA. All feedbacks are much appreciated.
NewMSM is available to download from FSL or Github. Please follow the steps described below. (Note: tested on Ubuntu Linux and MacOS.)
fsl/bin/conda create --override-channels -c https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/development/ -c https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/ -c conda-forge -p ./msm-env fsl-newmsm
conda activate ./msm-env/
newmsm -p
command. mkdir newmsm_sources
cd newmsm_sources
git clone https://github.com/rbesenczi/newMSM.git
cd newMSM/libraries/msm-newresampler/src/
git checkout v0.5.0
make && make install
cd ../../msm-newmeshreg/src/
make && make install
cd ../../../src/
make && make install
newmsm
should be in the folder ${FSLDEVDIR}/bin
.${FSLDEVDIR}/bin/newmsm -p
command.Most features remained the same as it was in the original MSM implementation. A detailed user guide will be published soon.
FSL download and install instructions.
NewMSM GitHub repository.