RTC Toolkit
1.0.0
|
Implementation of Lisa Camera Fits converter. More...
#include "lisaCamera.hpp"
#include <functional>
#include <CCfits/HDU.h>
#include <CCfits/PHDU.h>
#include <CCfits/PHDUT.h>
#include <CCfits/FITSUtilT.h>
#include <CCfits/ExtHDUT.h>
#include <CCfits/Keyword.h>
#include <CCfits/KeywordT.h>
#include <fmt/format.h>
#include <fmt/printf.h>
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... | |
Implementation of 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 |