mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
removed prepare acq
This commit is contained in:
parent
7b1cb517c0
commit
97192c5342
@ -1021,9 +1021,6 @@ class Detector {
|
||||
|
||||
Result<defs::runStatus> getRunStatus(Positions pos = {});
|
||||
|
||||
/** [Eiger] */
|
||||
void prepareAcquisition();
|
||||
|
||||
/** Start detector acquisition (Non blocking) */
|
||||
void startAcquisition();
|
||||
|
||||
|
@ -1532,15 +1532,8 @@ Result<defs::runStatus> Detector::getRunStatus(Positions pos) {
|
||||
return pimpl->Parallel(&slsDetector::getRunStatus, pos);
|
||||
}
|
||||
|
||||
void Detector::prepareAcquisition() {
|
||||
pimpl->Parallel(&slsDetector::prepareAcquisition, {});
|
||||
}
|
||||
|
||||
void Detector::startAcquisition() {
|
||||
if (getDetectorType() == defs::EIGER) {
|
||||
prepareAcquisition();
|
||||
}
|
||||
pimpl->Parallel(&slsDetector::startAcquisition, {});
|
||||
pimpl->startAcquisition();
|
||||
}
|
||||
|
||||
void Detector::stopAcquisition() { pimpl->stopAcquisition(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user