Command-Line Arguments

Report generator for BIDS datasets.

usage: pybids_reports [-h]
                      [--participant_label PARTICIPANT_LABEL [PARTICIPANT_LABEL ...]]
                      [-v] [--verbosity {0,1,2,3}]
                      bids_dir output_dir

Positional Arguments

bids_dir

Path to BIDS dataset.

output_dir

Output path.

Named Arguments

--participant_label

The label(s) of the participant(s) that should be used for the report. The label corresponds to sub-<participant_label> from the BIDS spec (so it does not include “sub-“).

If this parameter is not provided, The first subject will be used. Multiple participants can be specified with a space separated list.

-v, --version

show program’s version number and exit

--verbosity

Possible choices: 0, 1, 2, 3

Verbosity level.

Default: 2

For a more readable version of this help section, see the online doc https://cohort-creator.readthedocs.io/en/latest/