Skip to content

ParseHeaderResult

Defined in: header/parse-header.ts:20

Result of parseHeader.

readonly byteLength: number;

Defined in: header/parse-header.ts:26

Bytes the header occupies, always a multiple of 2880. The data unit (or next HDU) begins at this offset from the start of bytes.


readonly endFound: boolean;

Defined in: header/parse-header.ts:34

true when an END card was found within the supplied bytes. Reader walkers use this to decide whether to fetch another block rather than matching warning text.


readonly header: FitsHeader;

Defined in: header/parse-header.ts:21


readonly warnings: readonly string[];

Defined in: header/parse-header.ts:28

Standard deviations recovered from in lenient mode.