RTC Toolkit  1.0.0
Classes | Functions
lisaCamera.hpp File Reference

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...
 

Detailed Description

Lisa Camera Fits converter.

Function Documentation

◆ ConvertToPixels()

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.

Parameters
orderbyte order of the pixels
datadata of the pixels