Skip to content

Commit

Permalink
Tutorials: generic paths to voxel models
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
  • Loading branch information
thliebig committed Sep 27, 2013
1 parent 19b8847 commit b3369bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions matlab/Tutorials/MRI_LP_Birdcage.m
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions matlab/Tutorials/MRI_Loop_Coil.m
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3369bd

Please # to comment.