RTC Toolkit 6.0.0-pre2
Loading...
Searching...
No Matches
FITSRecorder Class Reference

This class creates a FITS file containing a single binary table. More...

#include <fitsDataRecorder.hpp>

Detailed Description

This class creates a FITS file containing a single binary table.

It is a templated class where the template arguments correspond to the data types to be stored in the binary table.

The supported types are:

  • std::string
  • bool
  • uint8_t
  • int8_t
  • int16_t
  • uint16_t
  • int32_t
  • uint32_t
  • int64_t
  • uint64_t
  • float
  • double

And using the above types in any of these containers:


The documentation for this class was generated from the following file: