cubids.workflows.group

group(bids_dir, acq_group_level, config, schema, output_prefix, ignore_entity)[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.

  • ignore_entity (list[str] or None) – BIDS entities to ignore when creating entity sets.