cubids.workflows.group

group(bids_dir, acq_group_level, config, schema, output_prefix)[source]

Find key and param groups.

Parameters:
  • bids_dir (pathlib.Path) – Path to the BIDS directory.

  • acq_group_level ({"subject", "session"}) – Level at which acquisition groups are created.

  • config (pathlib.Path) – Path to the grouping config file.

  • schema (pathlib.Path) – Path to the BIDS schema file.

  • output_prefix (pathlib.Path) – Output filename prefix.