27#include "boost/filesystem.hpp"
118 const std::string slot_name);
174 bool LoadFileData(
const int slot);
181 bool LoadFileDataImage(
const int slot);
187 void DeleteCplImage(cpl_image**
const image)
const;
197 std::vector<cpl_image*> bias_image;
202 std::vector<std::string> bias_image_name;
Definition: biasBuffer.hpp:56
ddt::DdtLogger * logger
Definition: biasBuffer.hpp:161
cpl_image * get_Image(const int slot)
Definition: biasBuffer.cpp:163
bool LoadBiasFileInSlot(const std::string &file_name, const int slot=0)
Definition: biasBuffer.cpp:70
virtual ~BiasBuffer()
Definition: biasBuffer.cpp:43
void ClearSelected(const int slot)
Definition: biasBuffer.cpp:284
BiasBuffer()
Definition: biasBuffer.cpp:33
void set_logger(ddt::DdtLogger *const in_logger)
Definition: biasBuffer.cpp:55
int StoreCPLAsBiasImageInFreeSlot(const cpl_image *const image, const std::string slot_name)
Definition: biasBuffer.cpp:249
std::string get_SlotName(const int slot)
Definition: biasBuffer.cpp:174
void ClearAll()
Definition: biasBuffer.cpp:275
bool StoreCPLAsBiasImageInSlot(const cpl_image *image, std::string slot_name, const int slot=0)
Definition: biasBuffer.cpp:197
int LoadBiasFileInFreeSlot(const std::string &file_name)
Definition: biasBuffer.cpp:97
bool SubtractBiasImage(cpl_image *const source_image, const int slot=0)
Definition: biasBuffer.cpp:185
Definition: dataFile.hpp:78
Definition: ddtLogger.hpp:51
Configuration Maps class, offers an interface to configuration map access classes....
Data acquisition class, offers access to data stream acquisition functions. This file is part of the ...
Data file class, offers access to FITS file functions. This file is part of the DDT Image Handling Li...
DDT EncDecMultiDim. Class to encode / decode multi-dimensional array data samples....
DDT EncDecImage2D. Class to encode / decode 2-dimensional data samples containing image data....
Class to wrap the usage of log4cplus as logging utility. This file provides a wrapper class for the u...
Image Color class, offers access to color map related functions. This file is part of the DDT Image H...
Image Handling class, offers access to coordinate conversion functions. This file is part of the DDT ...
Image error handling function declaration. This file is part of the DDT Image Handling Library and pr...
Image IO function declaration. This file is part of the DDT Image Handling Library and provides funct...
Image processing function declaration. This file is part of the DDT Image Handling Library and provid...
Image analysis and statistic function declaration. This file is part of the DDT Image Handling Librar...
Definition: ddtClient.hpp:39