bep032tools.viewer package

Submodules

bep032tools.viewer.BEP032Viewer module

bep032tools.viewer.BEP032Viewer.main()

usage: BEP032Viewer.py [-h] [-S] [-Se] [-Su] [-Ss] pathToDir

positional arguments: pathToDir Path to the folder to show

optional arguments: -h, –help show this help message and exit -S, –show show dir structure -Se, –show_experiments

show experiments folder only

-Su, --show_subjects

show subjects folder only

-Ss, --show_sessions

show sessions folder only

bep032tools.viewer.BEP032Viewer.show_experiments(directory)

Show the experiments in the directory given in argument

Parameters:

directory ([Path]) – [Path of the directory to show]

bep032tools.viewer.BEP032Viewer.show_sessions(directory)

Show the sessions in the directory given in argument

Parameters:

directory ([Path]) – [Path of the directory to show]

bep032tools.viewer.BEP032Viewer.show_struct(directory)

Show the structure of the directory given in argument

Parameters:

directory ([Path]) – [Path of the directory to show]

bep032tools.viewer.BEP032Viewer.show_subjects(directory)

Show the subjects in the directory given in argument

Parameters:

directory ([Path]) – [Path of the directory to show]

Module contents