cmp.cli.cmpbidsappmanager module

This module defines the cmpbidsappmanager script that launches the Graphical User Interface.

cmp.cli.cmpbidsappmanager.dep_check()[source]

Check if some dependencies are well installed.

cmp.cli.cmpbidsappmanager.info()[source]

Print version and copyright information.

cmp.cli.cmpbidsappmanager.main()[source]

Main function that launches CMP3 BIDS App Manager (GUI).

Returns

exit_code

An exit code given to sys.exit() that can be:

  • ’0’ in case of successful completion

  • ’1’ in case of an error

Return type

{0, 1}

cmp.cli.cmpbidsappmanager.usage()[source]

Display usage.