mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 09:37:59 +02:00
bug (from eiger_newheader) with imagesize of fifo different from actual image size
This commit is contained in:
@ -29,7 +29,8 @@ File::File(int ind, uint32_t maxf, const uint32_t* ppf,
|
||||
numUnitsPerDetector(nunits),
|
||||
numImages(nf),
|
||||
dynamicRange(dr),
|
||||
udpPortNumber(portno)
|
||||
udpPortNumber(portno),
|
||||
fifo(f)
|
||||
|
||||
{
|
||||
master = index?false:true;
|
||||
|
Reference in New Issue
Block a user