Skip to content

ImageRegion

Defined in: image/image.ts:25

A rectangular sub-region to read, in FITS axis order (NAXIS1 first). start is the zero-based origin and shape the extent on each axis; both must have one entry per axis. Only the bytes the region spans are fetched, so a small cutout of a multi-gigabyte cube stays cheap.

readonly shape: readonly number[];

Defined in: image/image.ts:27


readonly start: readonly number[];

Defined in: image/image.ts:26