|
RTC Toolkit 5.0.0
|
#include <lisaCamera.hpp>
Public Member Functions | |
| LisaCamera (const std::string &directory, const bool split_files) | |
| void | WriteData (const PacketData &data) override |
| Write data into the FITS file(s). | |
Public Member Functions inherited from FitsConverterIf | |
| 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 | |
Protected Member Functions inherited from FitsConverterIf | |
| const bool | IsOpen () |
| void | Open (const std::string &file) |
| void | Close () |
| void | SetFitsHandle (std::unique_ptr< CCfits::FITS > &&handle) |
| CCfits::FITS & | GetFitsHandle () |
| LisaCamera::LisaCamera | ( | 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.