diff --git a/matlab/Tutorials/MRI_LP_Birdcage.m b/matlab/Tutorials/MRI_LP_Birdcage.m index b25f7781..3fe7dbf8 100644 --- a/matlab/Tutorials/MRI_LP_Birdcage.m +++ b/matlab/Tutorials/MRI_LP_Birdcage.m @@ -53,8 +53,9 @@ 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 e6a543a7..4769aaf1 100644 --- a/matlab/Tutorials/MRI_Loop_Coil.m +++ b/matlab/Tutorials/MRI_Loop_Coil.m @@ -36,8 +36,9 @@ % 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