mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
eiger copy detector server command should not reboot for eiger (feature does not exist)
This commit is contained in:
parent
f61d14a2f1
commit
aab5418166
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user