We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbaa04 commit 8bb1a43Copy full SHA for 8bb1a43
manualTests/test_makeRawDataset.m
@@ -75,7 +75,7 @@ function test_makeRawDataset()
75
stimLogFile.extraColumns.LHL24.length = 3;
76
stimLogFile.extraColumns.is_Fixation.length = 1;
77
78
- stimLogFile.SamplingFrequency = 100;
+ stimLogFile.SamplingFrequency = cfg.mri.repetitionTime;
79
stimLogFile.StartTime = 0;
80
81
stimLogFile = saveEventsFile('open_stim', cfg, stimLogFile);
0 commit comments