## CubeBuilder


Configure -\> `.build(out_dir)` -\> [CubeProduct](CubeProduct.md#cubegenpy.CubeProduct).


Usage

``` python
CubeBuilder(
    source,
    *,
    config=DEFAULT_CONFIG,
    calibrator=None,
)
```


## Methods

| Name | Description |
|----|----|
| [build()](#build) | Load inputs, calibrate, and write the FITS product (+ optional label). |

------------------------------------------------------------------------


#### build()


Load inputs, calibrate, and write the FITS product (+ optional label).


Usage

``` python
build(out_dir)
```
