RTC Toolkit 5.0.0
Loading...
Searching...
No Matches
Classes | Functions
lisaCamera.hpp File Reference

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.
 

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