Skip to content

FitsStructureError

Defined in: errors.ts:41

The HDU structure is invalid or unsupported: a missing SIMPLE, truncated data unit, or the deprecated random-groups format.

new FitsStructureError(message, context?): FitsStructureError;

Defined in: errors.ts:45

Parameter Type
message string
context? { cause?: unknown; hduIndex?: number; }
context.cause? unknown
context.hduIndex? number

FitsStructureError

FitsError.constructor

readonly optional hduIndex?: number;

Defined in: errors.ts:43

Zero-based index of the offending HDU, when known.