-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Welcome to the developer wiki of the Conectome Mapper. Here you will find useful information for enhancing the Connectome Mapper, building on unsupported platforms, discussing about the development roadmap and so on.
The development philosophy for the version 2.0 of the Connectome Mapper is to keep the code of the processing as much as possible outside of the actual main Connectome Mapper code, through the use of existing Nipype interfaces and an external library (dubbed cmtklib). Further development, typically additions of other tools and configuration options should go in this direction.
The code is divided into two packages: CMTKlib and cmp. CMTKlib contains the custom processing methods (and data used by these methods) developed by the CMTK team for Connectivity Matrices computation. cmp package contains the pipelining methods and GUI of the Connectome Mapper. The package is divided into general methods and classes - displaying the interface, loading and saving the configuration, ... - and specific pipelines/stages methods and classes located into the Pipelines and Stages folders.
Various development howto's for the Connectome Mapper:
- Installation
- Adding a configuration option to an existing stage
- Adding a new stage to an existing pipeline
- Adding a new pipeline
- Debug a crash of the Connectome Mapper
- Update the Debian Package
Various links related to the Connectome Mapper: