mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:39:21 +01:00
supports frames with many samples for jctb - obtained by faking number of chips in case of many samples
This commit is contained in:
@@ -412,6 +412,7 @@ class fileIOStatic {
|
||||
};
|
||||
|
||||
static int writeBinaryDataFile(FILE *sfilefd, size_t nbytes, void *data){ \
|
||||
// cout << "bin " << sfilefd << " " << nbytes << " " << data << endl;
|
||||
fwrite(data, 1, nbytes, sfilefd); \
|
||||
return slsDetectorDefs::OK; \
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user