RTC Toolkit 5.0.0
|
The GenericCamera implements a Camera that saves the packet data, without combining the data into a FITS binary table. More...
#include <genericCamera.hpp>
Public Member Functions | |
GenericCamera (const std::string &directory, const bool split_files) | |
void | WriteData (const PacketData &data) override |
Write data into the FITS file(s). | |
![]() | |
FitsConverterIf (const std::string &directory, bool split_files) | |
Construct a FITS converter. | |
virtual | ~FitsConverterIf () |
void | SetStoreSampleIds (bool store) |
Enable or disable storage of sample ids as keywords. | |
void | SetStoreTimestamps (bool store) |
Enable or disable storage of timestamps as keywords. | |
bool | GetStoreSampleIds () |
Get current setting for storing sample ids as keywords. | |
bool | GetStoreTimestamps () |
Get current setting for storing timestamps as keywords. | |
bool | GetSplitFiles () |
Get the setting for splitting files. | |
const std::string & | GetDirectory () |
Get the path to the output directory. | |
Additional Inherited Members | |
![]() | |
const bool | IsOpen () |
void | Open (const std::string &file) |
void | Close () |
void | SetFitsHandle (std::unique_ptr< CCfits::FITS > &&handle) |
CCfits::FITS & | GetFitsHandle () |
The GenericCamera implements a Camera that saves the packet data, without combining the data into a FITS binary table.
GenericCamera::GenericCamera | ( | const std::string & | directory, |
const bool | split_files ) |
|
overridevirtual |
Write data into the FITS file(s).
data | The data to store in the fits file. |
Implements FitsConverterIf.