CubeBuilder

Configure -> .build(out_dir) -> CubeProduct.

Usage

Source

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

Methods

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

build()

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

Usage

Source

build(out_dir)