creating new datasets every 10,000 images in same file

This commit is contained in:
Dhanya Maliakal
2017-01-03 08:57:59 +01:00
parent d847a289a4
commit abb5bfb6e4
2 changed files with 32 additions and 6 deletions

View File

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