RTC Toolkit
1.0.0
|
Lisa Camera Fits converter. More...
#include "fitsConverterIf.hpp"
#include "packetCombiner.hpp"
#include <CCfits/Table.h>
#include <map>
#include <array>
#include <algorithm>
#include <boost/endian/conversion.hpp>
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. More... | |
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 |