mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 15:22:53 +01:00
python wrapper
This commit is contained in:
@@ -1756,7 +1756,7 @@ void Detector::setLEDEnable(bool enable, Positions pos) {
|
||||
void Detector::savePattern(const std::string &fname) {
|
||||
auto t = pimpl->Parallel(&Module::getPattern, {});
|
||||
// auto pat = t.tsquash("Inconsistent pattern parameters between modules");
|
||||
auto pat = t[0];
|
||||
auto pat = std::move(t[0]);
|
||||
// pat->save(fname);
|
||||
} // namespace sls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user