Skip to content

Commit 8bb1a43

Browse files
committed
update stim sampling frequency in in test make raw dataset
1 parent 3cbaa04 commit 8bb1a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manualTests/test_makeRawDataset.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function test_makeRawDataset()
7575
stimLogFile.extraColumns.LHL24.length = 3;
7676
stimLogFile.extraColumns.is_Fixation.length = 1;
7777

78-
stimLogFile.SamplingFrequency = 100;
78+
stimLogFile.SamplingFrequency = cfg.mri.repetitionTime;
7979
stimLogFile.StartTime = 0;
8080

8181
stimLogFile = saveEventsFile('open_stim', cfg, stimLogFile);

0 commit comments

Comments
 (0)