civet
Object-oriented bindings for CIVET.
See https://pypi.org/project/pycivet/ for a description and examples.
1""" 2Object-oriented bindings for 3[CIVET](http://www.bic.mni.mcgill.ca/ServicesSoftware/CIVET). 4 5See [https://pypi.org/project/pycivet/](https://pypi.org/project/pycivet/) 6for a description and examples. 7""" 8 9import civet.extraction.starting_models as starting_models 10 11__docformat__ = 'numpy' 12 13__all__ = [ 14 'extraction', 15 'minc', 16 'obj', 17 'xfm', 18 'starting_models', 19 'globals', 20 'bases', 21 'memoization', 22 'abstract_data', 23 'memoization', 24 'shells' 25]