mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +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 = {});
|
Result<defs::runStatus> getRunStatus(Positions pos = {});
|
||||||
|
|
||||||
/** [Eiger] */
|
|
||||||
void prepareAcquisition();
|
|
||||||
|
|
||||||
/** Start detector acquisition (Non blocking) */
|
/** Start detector acquisition (Non blocking) */
|
||||||
void startAcquisition();
|
void startAcquisition();
|
||||||
|
|
||||||
|
@ -1532,15 +1532,8 @@ Result<defs::runStatus> Detector::getRunStatus(Positions pos) {
|
|||||||
return pimpl->Parallel(&slsDetector::getRunStatus, pos);
|
return pimpl->Parallel(&slsDetector::getRunStatus, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::prepareAcquisition() {
|
|
||||||
pimpl->Parallel(&slsDetector::prepareAcquisition, {});
|
|
||||||
}
|
|
||||||
|
|
||||||
void Detector::startAcquisition() {
|
void Detector::startAcquisition() {
|
||||||
if (getDetectorType() == defs::EIGER) {
|
pimpl->startAcquisition();
|
||||||
prepareAcquisition();
|
|
||||||
}
|
|
||||||
pimpl->Parallel(&slsDetector::startAcquisition, {});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::stopAcquisition() { pimpl->stopAcquisition(); }
|
void Detector::stopAcquisition() { pimpl->stopAcquisition(); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user