patch to 1.0.0-rc.36
This commit is contained in:
@@ -119,3 +119,8 @@ DetectorStatus DectrisDetectorWrapper::GetStatus() const {
|
||||
.detector_state = GetState()
|
||||
};
|
||||
}
|
||||
|
||||
void DectrisDetectorWrapper::LoadPixelMask(PixelMask &mask) {
|
||||
if (simplon)
|
||||
mask.LoadDECTRISBadPixelMask(simplon->GetPixelMask());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user