mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 18:04:57 +01:00
WIP
This commit is contained in:
@@ -202,6 +202,10 @@ defs::coordinates Detector::getMaxNumberOfChannels() const {
|
||||
void Detector::setMaxNumberOfChannels(const defs::coordinates value) {
|
||||
pimpl->setMaxNumberOfChannels(value);
|
||||
}
|
||||
|
||||
//
|
||||
//
|
||||
//
|
||||
// Erik
|
||||
Result<int> Detector::getFramesCaughtByReceiver(Positions pos) const{
|
||||
return pimpl->Parallel(&slsDetector::getFramesCaughtByReceiver, pos);
|
||||
|
||||
Reference in New Issue
Block a user