|
RTC Toolkit
2.0.0
|
Fits converter Interface. More...
Go to the source code of this file.
Functions | |
| std::unique_ptr< FitsConverterIf > | GetCamera (const std::string &name, const std::string &directory, const bool split_files) |
| Factory for camera from camera string. More... | |
| std::vector< std::string > | ListCameras () |
| Get all available cameras. More... | |
Fits converter Interface.
| std::unique_ptr<FitsConverterIf> GetCamera | ( | const std::string & | name, |
| const std::string & | directory, | ||
| const bool | split_files | ||
| ) |
Factory for camera from camera string.
| name | Name of the camera |
| directory | Output directory for the FITS files. |
| split_files | If true, split samples into extra files. |
| std::vector<std::string> ListCameras | ( | ) |
Get all available cameras.