chunked upto 1000 and new dataset every 10000

This commit is contained in:
Dhanya Maliakal
2017-01-03 12:11:55 +01:00
parent abb5bfb6e4
commit adb5ab5ed1
2 changed files with 33 additions and 10 deletions

View File

@ -647,6 +647,7 @@ private:
H5File *hdf5_fileId[MAX_NUMBER_OF_WRITER_THREADS];
DataType hdf5_datatype;
const static int MAX_IMAGES_IN_DATASET = 10000;
const static int MAX_CHUNKED_IMAGES = 1000;
#endif
//***acquisition indices/count parameters***
/** Frame Number of First Frame of an entire Acquisition (including all scans) */