Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.33 KB

api_refguide.rst

File metadata and controls

69 lines (43 loc) · 1.33 KB

API Reference Guide

Abstract Classes

These classes are the top of their respective hierarchies, and need to be fully implemented before being used. DRAGONS ships with implementations covering the usage of Gemini-style FITS files.

AstroData

astrodata.core.AstroData

add(oper)

Alias for __iadd__

subtract(oper)

Alias for __isub__

multiply(oper)

Alias for __imul__

divide(oper)

Alias for __itruediv__

DataProvider

astrodata.core.DataProvider

TagSet

astrodata.core.TagSet

NDAstroData

astrodata.nddata.NDAstroData

astrodata.nddata.NDWindowingAstroData

Decorators and other helper functions

astrodata.core.astro_data_descriptor

astrodata.core.astro_data_tag

astrodata.core.returns_list