From b3369bda1e6b3610b7f012aaf66258b6175f84ed Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Fri, 27 Sep 2013 16:20:21 +0200 Subject: [PATCH] Tutorials: generic paths to voxel models Signed-off-by: Thorsten Liebig --- matlab/Tutorials/MRI_LP_Birdcage.m | 5 +++-- matlab/Tutorials/MRI_Loop_Coil.m | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/matlab/Tutorials/MRI_LP_Birdcage.m b/matlab/Tutorials/MRI_LP_Birdcage.m index b25f778..3fe7dbf 100644 --- a/matlab/Tutorials/MRI_LP_Birdcage.m +++ b/matlab/Tutorials/MRI_LP_Birdcage.m @@ -53,8 +53,9 @@ body_model_range = {[],[],[-0.85 0]}; body_mesh_res = 2.5; % should be something like: BC.stripwidth/4 -VF_raw_filesuffix = '/home/thorsten/Simulation/Virtual Family Voxel Models V1.0/Ella_26y_V2_1mm/Ella_26y_V2_1mm'; -VF_mat_db_file = '/home/thorsten/Simulation/Virtual Family Voxel Models V1.0/DB_h5_20120711_SEMCADv14.8.h5'; +% paths to virtual family voxel models (VFVM), adept to your install! +VF_raw_filesuffix = '/tmp/Ella_26y_V2_1mm'; +VF_mat_db_file = '/tmp/DB_h5_20120711_SEMCADv14.8.h5'; % delete(body_model_file); % uncomment to delete old model if something changed diff --git a/matlab/Tutorials/MRI_Loop_Coil.m b/matlab/Tutorials/MRI_Loop_Coil.m index e6a543a..4769aaf 100644 --- a/matlab/Tutorials/MRI_Loop_Coil.m +++ b/matlab/Tutorials/MRI_Loop_Coil.m @@ -36,8 +36,9 @@ body_model_file = [pwd '/Ella_centered_298MHz.h5']; % convert only part of the model (head/shoulder section) body_model_range = {[],[],[-0.85 -0.4]}; -VF_raw_filesuffix = '/home/thorsten/Simulation/Virtual Family Voxel Models V1.0/Ella_26y_V2_1mm/Ella_26y_V2_1mm'; -VF_mat_db_file = '/home/thorsten/Simulation/Virtual Family Voxel Models V1.0/DB_h5_20120711_SEMCADv14.8.h5'; +% paths to virtual family voxel models (VFVM), adept to your install! +VF_raw_filesuffix = '/tmp/Ella_26y_V2_1mm'; +VF_mat_db_file = '/tmp/DB_h5_20120711_SEMCADv14.8.h5'; % delete(body_model_file); % uncomment to delete old model if something changed