mia_processes package

Mia_processes is the official bricks library for populse_mia. A brick can be an atomic operation or a pipeline (a succession of atomic calculations).

Contains:
Packages:
  • bricks: the library of atomic bricks

  • pipelines: the pipelines library

  • utils: various general tools used in bricks or pipelines

Subpackages

Submodules

mia_processes.info module

The module dedicated to the main information on mia_processes.

The info.py module is mainly used by the setup.py module.

mia_processes.info.get_gitversion()[source]

Mia_processes version as reported by the last commit in git Returns the version or None if nothing was found

mia_processes.process_matlab module