Skip to content

Commit

Permalink
quite moe and stimrejection
Browse files Browse the repository at this point in the history
Quite mode on
Fix on stimrejection: more = [] was giving error when combined with the rest of stim data.
  • Loading branch information
mayucel committed Dec 13, 2023
1 parent 77b7953 commit 49a8f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataTree/AcquiredData/Snirf/StimClass.m
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function AddStims(obj, tPts, duration, amp, more)
amp = ones(length(tPts),1);
end
if ~exist('more', 'var')
more = [];
more = 1;
end

if length(duration) < length(tPts)
Expand Down
2 changes: 1 addition & 1 deletion DataTree/AppSettings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ No
No

% Quiet Mode # On, Off
Off
On

% Replace TSV File Tabs with Spaces # auto-replace, ask me, don't replace and don't ask me
ask me
Expand Down

0 comments on commit 49a8f4c

Please sign in to comment.