## CubeProduct


Result of a successful build.


Usage

``` python
CubeProduct(
    fits_path,
    label_path,
    product_id,
)
```


Bundles **what was written** so callers can pass the paths straight into archive submission tooling without having to recompute them.


## Parameter Attributes


`fits_path: Path`  

`label_path: Path | None`  

`product_id: str`
