basename for hdf5 fixes

This commit is contained in:
Dhanya Maliakal
2017-07-27 09:31:14 +02:00
parent 8a8e76e839
commit 0fcf768772
7 changed files with 21 additions and 16 deletions

View File

@ -229,7 +229,7 @@ void DataProcessor::SetupFileWriter(int* nd, char* fname, char* fpath, uint64_t*
file = new HDF5File(index, generalData->maxFramesPerFile, &generalData->packetsPerFrame,
nd, fname, fpath, findex,
frindexenable, owenable,
dindex, nunits, nf, dr, portno
dindex, nunits, nf, dr, portno,
generalData->nPixelsX, generalData->nPixelsY, fifo);
break;
#endif