mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
Adapt multithreaded cluster finder to storage cell data - continued (non-functional)
This commit is contained in:
@ -46,8 +46,10 @@ void printDatatypeSize(hid_t dataset) {
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
/* **********************
|
||||
* Class member functions
|
||||
* **********************
|
||||
*/
|
||||
|
||||
// Default constructor
|
||||
|
@ -82,7 +82,7 @@ public:
|
||||
/**
|
||||
* Read an image into current_image,
|
||||
* increment Z-offset (frame) and (if rank==4) storage cell
|
||||
* @returns frame number read,
|
||||
* @returns frame number read from file,
|
||||
*/
|
||||
int ReadImage (uint16_t* image, std::vector<hsize_t>& offset);
|
||||
|
||||
|
Reference in New Issue
Block a user