CFEL - ASG Software Suite  2.5.0
CASS
Namespaces | Functions
common_data.cpp File Reference

data contains commonly used for all AdvancedDetectors. More...

#include <stdexcept>
#include <sstream>
#include <fstream>
#include <algorithm>
#include <iterator>
#include <cmath>
#include <QtCore/QFile>
#include <QtCore/QDateTime>
#include <QtCore/QFileInfo>
#include <QtCore/QtGlobal>
#include "common_data.h"
#include "cass_settings.h"
#include "cass_event.h"
#include "advanced_pixeldetector.h"
#include "mapcreator_base.h"
#include "pixeldetector_mask.h"
#include "hlltypes.hpp"
#include "log.h"
#include "statistics_calculator.hpp"
+ Include dependency graph for common_data.cpp:

Go to the source code of this file.

Namespaces

 cass
 
 cass::pixeldetector
 

Functions

void cass::pixeldetector::readHLLOffsetFile (const string &filename, CommonData &data)
 will read the file containing the offset and noise map in the hll format More...
 
void cass::pixeldetector::saveHLLOffsetFile (const string &filename, CommonData &data)
 save the maps to a hll type darkcal file More...
 
void cass::pixeldetector::readCASSOffsetFile (const string &filename, CommonData &data)
 will read the file containing the offset and noise map in the former CASS format More...
 
void cass::pixeldetector::saveCASSOffsetFile (const string &filename, CommonData &data)
 will save the file containing the offset and noise map in the former CASS format More...
 
void cass::pixeldetector::readHLLGainFile (const string &filename, CommonData &data)
 will read the file containing the gain and cte corretion factors in the HLL format More...
 
void cass::pixeldetector::readCASSGainFile (const string &filename, CommonData &data)
 read the CASS generated gain file More...
 
void cass::pixeldetector::saveCASSGainFile (const string &filename, const CommonData &data)
 save the gain map to CASS style file More...
 
void cass::pixeldetector::readCASSHotPixFile (const string &filename, CommonData &data)
 read the CASS generated hotpixels file More...
 
void cass::pixeldetector::saveCASSHotPixFile (const string &filename, const CommonData &data)
 save the hot pixels to CASS style file More...
 
void cass::pixeldetector::isSameSize (const Frame &frame, CommonData &data)
 check whether the frame has the same size as the maps. More...
 

Detailed Description

data contains commonly used for all AdvancedDetectors.

Author
Lutz Foucar

Definition in file common_data.cpp.