RTC Toolkit 5.0.0
|
Implementation of Lisa Camera Fits converter. More...
#include "lisaCamera.hpp"
#include "llnetio/rtms/rtms.hpp"
#include <CCfits/ExtHDUT.h>
#include <CCfits/FITSUtilT.h>
#include <CCfits/HDU.h>
#include <CCfits/Keyword.h>
#include <CCfits/KeywordT.h>
#include <CCfits/PHDU.h>
#include <CCfits/PHDUT.h>
#include <filesystem>
#include <fmt/core.h>
#include <functional>
#include <stdexcept>
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. | |
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 |