Skip to content

Commit

Permalink
fix issue 508
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Bach committed Aug 11, 2023
1 parent c2fd1ae commit 3406396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pspm_cfg/pspm_cfg_run_pp_heart_data.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
opt.channel_action = channel_action;

% call function
[sts, winfo] = pspm_ecg2hb(fn, chan, opt);
[sts, winfo] = pspm_convert_ecg2hb(fn, chan, opt);
case 'ecg2hb_amri'
opt = pp_field.opt;
opt.channel_action = channel_action;
Expand Down Expand Up @@ -77,7 +77,7 @@
opt.channel_action = channel_action;

% call ecg2hb
[sts, winfo] = pspm_ecg2hb(fn, chan, opt);
[sts, winfo] = pspm_convert_ecg2hb(fn, chan, opt);

if sts ~= -1

Expand Down

0 comments on commit 3406396

Please sign in to comment.