ParseHeaderResult
Defined in: header/parse-header.ts:20
Result of parseHeader.
Properties
Section titled “Properties”byteLength
Section titled “byteLength”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.
endFound
Section titled “endFound”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.
header
Section titled “header”readonly header: FitsHeader;Defined in: header/parse-header.ts:21
warnings
Section titled “warnings”readonly warnings: readonly string[];Defined in: header/parse-header.ts:28
Standard deviations recovered from in lenient mode.