pvtend.CompositeConfig

class pvtend.CompositeConfig(npz_dir: Path = PosixPath('.'), stages: list[str] = <factory>, exclude_file: Path | None = None)[source]

Configuration for Pass-2 composite accumulation.

npz_dir

Root directory with {stage}/dh=±N/*.npz.

Type:

pathlib.Path

stages

Event stages to process.

Type:

list[str]

exclude_file

Optional exclude-track CSV.

Type:

pathlib.Path | None

__init__(npz_dir: Path = PosixPath('.'), stages: list[str] = <factory>, exclude_file: Path | None = None) None

Methods

__init__(npz_dir, stages, exclude_file)

Attributes

exclude_file

npz_dir

stages