|
RTC Toolkit 5.0.0
|
Lisa Camera Fits converter. More...
#include "fitsConverterIf.hpp"#include "packetCombiner.hpp"#include <CCfits/Table.h>#include <algorithm>#include <array>#include <boost/endian/conversion.hpp>#include <map>Go to the source code of this file.
Classes | |
| class | LisaCamera |
Functions | |
| std::valarray< uint16_t > | ConvertToPixels (boost::endian::order order, const std::vector< uint8_t > &data) |
| Function that converts bytes to 16bit pixels in the correct byte order. | |
Lisa Camera Fits converter.
| std::valarray< uint16_t > ConvertToPixels | ( | boost::endian::order | order, |
| const std::vector< uint8_t > & | data ) |
Function that converts bytes to 16bit pixels in the correct byte order.
| order | byte order of the pixels |
| data | data of the pixels |