We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4433f7 commit 85091b4Copy full SHA for 85091b4
1 file changed
Source/Plugins/NWBFormat/NWBFormat.cpp
@@ -97,7 +97,7 @@ bool NWBFile::startNewRecording(int recordingNumber, const Array<ContinuousGroup
97
//for that specific recording
98
String basePath;
99
StringArray ancestry;
100
- String rootPath = "/acquisition/timeseries/recording" + String(recordingNumber);
+ String rootPath = "/acquisition/timeseries/recording" + String(recordingNumber + 1);
101
if (createGroup(rootPath)) return false;
102
if (createGroupIfDoesNotExist(rootPath + "/continuous")) return false;
103
if (createGroupIfDoesNotExist(rootPath + "/spikes")) return false;
0 commit comments