L3 Data Product#

FITS HDU Structure#

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

Index

Name

Datatype

Array Size

0

Primary

None

0

1

Image

float32

(61, 61)

2

ERR

float32

(1, 61, 61)

3

DQ

uint16

(61, 61)