EleFits
4.0.1
A modern C++ API on top of CFitsIO
|
What's a Fits file? | The structure and contents of a Fits file, and how they relate to EleFits |
▼Data classes | Classes to represent the data stored in a Fits file |
Header data classes | Classes to manipulate the data stored header units |
Image data classes | Image data containers and tools |
Binary table data classes | Binary table data containers and tools |
▼File and HDU handlers | All the services you need! |
File handlers | Work with the Fits file structure |
HDU selectors and iterators | Tools to iterate over HDUs with selected categories and/or states |
Header unit handlers | Read and write header units |
Image data unit handlers | Read and write image HDUs |
Binary table data unit handlers | Read and write binary table HDUs |
▼Development guidelines | What to do, what not to, and why! |
On types | Which types to use? |
Optimization and good practices | How to make a program efficient? |
Exceptions | All the exception classes directly thrown by EleFits |