L4 Data Product#

FITS HDU Structure#

Image HDU array: (4,r,c), where r and c depend on cropping. ERR HDU array: (1,4,r,c) DQ HDU array: (4,r,c) KL_THRU HDU array: (2,2,2) CT_THRU HDU array: (2,2) Below is an example.

Index

Name

Datatype

Array Size

0

Primary

None

0

1

Image

float32

(4, 54, 54)

2

ERR

float32

(1, 4, 54, 54)

3

DQ

uint16

(4, 54, 54)

4

KL_THRU

float32

(2, 2, 2)

5

CT_THRU

float32

(2, 2)