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

contains all correction map creators. More...

#include <algorithm>
#include <functional>
#include <numeric>
#include <cmath>
#include "mapcreators.h"
#include "cass_settings.h"
#include "common_data.h"
#include "advanced_pixeldetector.h"
#include "log.h"
+ Include dependency graph for mapcreators.cpp:

Go to the source code of this file.

Namespaces

 cass
 
 cass::pixeldetector
 

Functions

void cass::pixeldetector::createPixelList (const Detector::frame_t::value_type &offset, const Detector::frame_t::value_type &noise, const MapCreatorBase::storage_t &storage, size_t pixel, bool exclude, Detector::frame_t &pixellist)
 create the list of pixels that are non events More...
 
Detector::frame_t::value_type cass::pixeldetector::calcNoise (const Detector::frame_t &values, const Detector::frame_t::value_type &mean)
 calulate the standart deviation of distribution More...
 
Detector::frame_t::value_type cass::pixeldetector::calcMean (Detector::frame_t &values, size_t mindisregard, size_t maxdisregard)
 calculate the mean of the distribution More...
 
Detector::frame_t::value_type cass::pixeldetector::calcMedian (Detector::frame_t &values, size_t mindisregard, size_t maxdisregard)
 calculate the median of the distribution More...
 

Detailed Description

contains all correction map creators.

Author
Lutz Foucar

Definition in file mapcreators.cpp.