cubids.workflows.group

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

Find key and param groups.

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

  • container (str) – Container in which to run the workflow.

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

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

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