From 818de2c5dbc2250240f8d670ef228e39552d5014 Mon Sep 17 00:00:00 2001 From: Steve Van Hooser Date: Thu, 9 Jan 2025 10:51:26 -0500 Subject: [PATCH] Update runRemodelDemos.m --- hedmat/remodeling_demos/runRemodelDemos.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hedmat/remodeling_demos/runRemodelDemos.m b/hedmat/remodeling_demos/runRemodelDemos.m index a15ffa1..10f0078 100644 --- a/hedmat/remodeling_demos/runRemodelDemos.m +++ b/hedmat/remodeling_demos/runRemodelDemos.m @@ -10,7 +10,7 @@ % The backup named name is default_back is created in the subdirectory % derivatives/remodel/backups under bids_root. backup_args = {data_root, '-x', 'stimuli', 'derivatives'}; -remodel_backup(backup_args); +remodelRackup(backup_args); %% Run the remodeling file on a BIDS dataset % The -b indicates that this is a BIDS dataset and files are located @@ -23,7 +23,7 @@ %% Restore the data files to originals (usually does not have to be done) % This script uses the default backup restore_args = {data_root}; -remodel_restore(restore_args); +remodelRestore(restore_args); %% An example with more complex command line arguments % No backup is used in this case and the summaries are stored in