Thank you your help!
NiLabels (ex LABelsToolkit) started as a python package containing a range of heterogeneous imaging tools to perform quick manipulations and measurement on segmentations from ipython or jupyter notebook. Initially planned to support several projects undertook by the initial author, after some development and refactoring it is now intended to be part of the Nipy ecosystem, to provide the neuroimaging developer community with another tool.
This project adopts the Covenant Code of Conduct. By participating, you are expected to uphold this code.
Please familiarise with the design pattern and the nomenclature employed.
- tools: core methods are all there, divivded by final intended aim. A tool acts on the numpy arrays or on instances of nibabel images.
- agents are facades collecting all the tools, and make them act directly on the paths to the nifti images.
- main: is facade of the facades under agents folder package. This collects all the methods under the agents facades, therefore accessing to all the tools.
Typical usage in an ipython session involves importing the main facade, and then some tab completition to browse the provided methods.
-
For any issue bugs or question related to the code, please raise an issue in the nilabels issue page.
-
Propose here as well improvements suggestions and new features.
-
Please use a new issue for each thread: make your issue re-usable and reachable by other users that may have encountered a similar problem.
-
If you forked the repository and made some contributions that you would like to integrate in the git master branch, you can do a git pull request. Please check tests are all passed before this.
pip install coverage-badge
coverage-badge > coverage.svg
in the root folder
- The code follows the PEP-8 style convention.
- Please follow the ITK standard prefix commit message convention for commit messages.
- Please use the prefix
pfi_
andpfo_
for the variable names containing path to files and path to folders respectively
Please see under todo wiki-page for the future intended future work and directions.