Scope
PixelmapperFrameSaw.h
1 #pragma once
2 #include "PixelmapperBasic.h"
3 
4 namespace scope {
5 
21  : public PixelmapperBasic {
22 
23 public:
25 
27  PixelmapperResult LookupChunk(DaqChunkPtr const _chunk, const uint16_t& _currentavgcount) override;
28 };
29 
30 }
Parent class for pixel mappers.
PixelmapperResult LookupChunk(DaqChunkPtr const _chunk, const uint16_t &_currentavgcount) override
Maps a chunk via the lookup vector.
Maps acquired pixels into an image, takes care of onset cutoff, retrace etc.