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:
- 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