nipoppy.env

Variable Definitions.

Module Contents

class nipoppy.env.LogColor

Colors for logging.

FAILURE = 'red'
PARTIAL_SUCCESS = 'yellow'
SUCCESS = 'green'
class nipoppy.env.ReturnCode

Return codes used for the CLI commands.

PARTIAL_SUCCESS = 1
SUCCESS = 0
nipoppy.env.BIDS_SESSION_PREFIX = 'ses-'
nipoppy.env.BIDS_SUBJECT_PREFIX = 'sub-'
nipoppy.env.StrOrPathLike