-
Notifications
You must be signed in to change notification settings - Fork 34
New_features
This page illustrates the new features/improvements implemented in the latest versions of COMMIT.
- Introduced a lesion compartment to relax the assumption of constant microstructural properties along streamlines. Streamline weights are now rescaled according to estimated tissue damage, enabling more realistic estimates in pathological conditions.
-
The
operator.pyxmodule is no longer compiled at runtime. Thebuild_operator()method no longer has thebuild_dirargument.
-
Implemented a new logging system with many different features including different types of progress bars and logging levels at module level. Here you can find the official documentation of the logging module.
-
Changed regularization implementation to be more flexible and allow for different types of regularizations.
-
We introduce a novel streamline representation to reduce redundancy in tractography. Here you can find more details about the implementation.
-
We added the possibility to import a tractogram using parallel threads. This is particularly useful when dealing with large tractograms, as it can significantly reduce the time required to import the data. To set the number of threads to be used, use the
n_threadsparameters intrk2dictionary.run(). If this parameter is not set, the method will try to use all the available threads.Running with
n_threads>1 will create a temporary folder namedtempwhich will be deleted at the end of the process. If you want to keep the temporary folder, setkeep_temp=True (default is False). -
COMMITis now released under a proprietary license which allows free use for non-commercial purposes. If you are interested in usingCOMMITfor commercial purposes, please contact Alessandro Daducci at alessandro.daducci@univr.it. You can read the full license text here.
Diffusion Imaging and Connectivity Estimation (DICE) lab