FrameTransformation: Add two tests for int32 and uint16
This commit is contained in:
@@ -540,7 +540,7 @@ int64_t DiffractionExperiment::GetPixelDepth() const {
|
||||
}
|
||||
|
||||
bool DiffractionExperiment::IsPixelSigned() const {
|
||||
return (GetDetectorMode() == DetectorMode::Conversion) && (GetDetectorType() == JFJochProtoBuf::JUNGFRAU);
|
||||
return GetFPGAOutputSigned();
|
||||
}
|
||||
|
||||
int64_t DiffractionExperiment::GetDataStreamsNum() const {
|
||||
|
||||
Reference in New Issue
Block a user