Skip to content
Snippets Groups Projects
Commit ecfada85 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix bitVolt info replication in kwik format

parent c3be5ebf
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ void HDF5Recording::openFiles(File rootFolder, int experimentNumber, int record
infoArray[i]->name = String("Open-Ephys Recording #") + String(recordingNumber);
infoArray[i]->start_time = timestamp;
infoArray[i]->start_sample = 0;
infoArray[i]->bitVolts.clear();
infoArray[i]->bitVolts.addArray(*bitVoltsArray[i]);
fileArray[i]->startNewRecording(recordingNumber,bitVoltsArray[i]->size(),infoArray[i]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment