CFEL - ASG Software Suite
2.5.0
CASS
|
hotpixels finder More...
#include <mapcreators.h>
Public Member Functions | |
void | operator() (const Frame &frame) |
build map from frame More... | |
void | loadSettings (CASSSettings &s) |
load the settings of this creator More... | |
![]() | |
virtual | ~MapCreatorBase () |
virtual destructor More... | |
virtual void | controlCalibration (const std::string &command) |
control the calibration process More... | |
Private Attributes | |
std::tr1::shared_ptr< CommonData > | _commondata |
the container with all the maps More... | |
size_t | _frameSave |
after wich number of frames should the maps be written to file More... | |
Detector::pixel_t | _aduThreshold |
the adu threshold for identifying a potential hotpixel More... | |
char | _hotpixThreshold |
the nbr of consecutive frames that a hotpixel is high More... | |
Additional Inherited Members | |
![]() | |
typedef std::tr1::shared_ptr< MapCreatorBase > | shared_pointer |
typedef the shared pointer of this More... | |
typedef std::vector< Detector::frame_t > | storage_t |
the type of storage used More... | |
![]() | |
static shared_pointer | instance (const std::string &type) |
create an instance of the requested functor More... | |
hotpixels finder
PixelDetectors/%name%/CorrectionMaps/HotPixelFinder/{ADUThreshold}
PixelDetectors/%name%/CorrectionMaps/HotPixelFinder/{NbrConsecutiveFrames}
Definition at line 230 of file mapcreators.h.
|
virtual |
load the settings of this creator
s | the CASSSettings object to read the information from |
Reimplemented from cass::pixeldetector::MapCreatorBase.
Definition at line 335 of file mapcreators.cpp.
References cass::Log::add(), QSettings::beginGroup(), QSettings::endGroup(), cass::pixeldetector::DetectorName::fromSettings(), cass::Log::INFO, cass::pixeldetector::CommonData::instance(), cass::toString(), and QSettings::value().
|
virtual |
build map from frame
frame | the frame containing the data to build the maps from |
Reimplemented from cass::pixeldetector::MapCreatorBase.
Definition at line 304 of file mapcreators.cpp.
References cass::pixeldetector::Frame::data, and offset.
|
private |
the adu threshold for identifying a potential hotpixel
Definition at line 253 of file mapcreators.h.
|
private |
the container with all the maps
Definition at line 247 of file mapcreators.h.
|
private |
after wich number of frames should the maps be written to file
Definition at line 250 of file mapcreators.h.
|
private |
the nbr of consecutive frames that a hotpixel is high
Definition at line 256 of file mapcreators.h.