FramaData Container

FrameData is a special container to store important data of astronomical images, just like CCDData instances. It is designed to handle data, uncertainties, masks, phyisical units, metadata, memmapping, and other things. However, it is not fully compatible with CCDData due to important design differences that are needed to Astropop.

FrameData Usage

Note

There is no way to create FrameData directly from CCDData or HDUList. Please, see Data IO for data interchanging.

Metadata

Masks and Uncertainties

Data IO

FrameData API