arcade

ARCADE: Automated Readout Classification, Analysis, Design, and Evaluation.

Functions

run(config_path)

Run the full ARCADE pipeline from a YAML config file.

arcade.run(config_path)[source]

Run the full ARCADE pipeline from a YAML config file.

This is the primary programmatic entry point (same as arcade run).

Parameters:

config_path (str) – Path to a main YAML configuration file (see configs/example.yaml and the docs config schema).

Return type:

dict

Returns:

Results dict from all pipeline stages (data, classify, hardware, report).

arcade.configure_logging(level=20)[source]

Set the ARCADE root logger level for convenience.

Parameters:

level (int | str) – A logging level (e.g. logging.DEBUG, "INFO").

Return type:

None