Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 909 Bytes

framedata.rst

File metadata and controls

36 lines (22 loc) · 909 Bytes

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.

.. TODO:: Usage

Metadata

.. TODO:: Metadata and header handling

Masks and Uncertainties

.. TODO:: Uncertainty storage and masking

Data IO

.. TODO:: Data IO (FITS, |CCDData|, |HDUList|, HDUs, etc.)

FrameData API

.. TODO:: Put properly API link here