ando.tools.viewer package¶
Submodules¶
ando.tools.viewer.AnDOViewer module¶
-
ando.tools.viewer.AnDOViewer.main()¶ usage: AnDOViewer.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
-
ando.tools.viewer.AnDOViewer.show_experiments(directory)¶ Show the experiments in the directory given in argument
- Args:
directory ([Path]): [Path of the directory to show]
-
ando.tools.viewer.AnDOViewer.show_sessions(directory)¶ Show the sessions in the directory given in argument
- Args:
directory ([Path]): [Path of the directory to show]
-
ando.tools.viewer.AnDOViewer.show_struct(directory)¶ Show the structure of the directory given in argument
- Args:
directory ([Path]): [Path of the directory to show]
-
ando.tools.viewer.AnDOViewer.show_subjects(directory)¶ Show the subjects in the directory given in argument
- Args:
directory ([Path]): [Path of the directory to show]