eiger copy detector server command should not reboot for eiger (feature does not exist)

This commit is contained in:
maliakal_d 2021-10-19 16:21:37 +02:00
parent f61d14a2f1
commit aab5418166

View File

@ -2141,7 +2141,9 @@ void Detector::resetFPGA(Positions pos) {
void Detector::copyDetectorServer(const std::string &fname, void Detector::copyDetectorServer(const std::string &fname,
const std::string &hostname, Positions pos) { const std::string &hostname, Positions pos) {
pimpl->Parallel(&Module::copyDetectorServer, pos, fname, hostname); pimpl->Parallel(&Module::copyDetectorServer, pos, fname, hostname);
if (getDetectorType().squash() != defs::EIGER) {
rebootController(pos); rebootController(pos);
}
} }
void Detector::rebootController(Positions pos) { void Detector::rebootController(Positions pos) {