Tutorials: generic paths to voxel models

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
pull/11/head
Thorsten Liebig 2013-09-27 16:20:21 +02:00
parent 19b8847d0f
commit b3369bda1e
2 changed files with 6 additions and 4 deletions

View File

@ -53,8 +53,9 @@ body_model_range = {[],[],[-0.85 0]};
body_mesh_res = 2.5; % should be something like: BC.stripwidth/4 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'; % paths to virtual family voxel models (VFVM), adept to your install!
VF_mat_db_file = '/home/thorsten/Simulation/Virtual Family Voxel Models V1.0/DB_h5_20120711_SEMCADv14.8.h5'; 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 % delete(body_model_file); % uncomment to delete old model if something changed

View File

@ -36,8 +36,9 @@ body_model_file = [pwd '/Ella_centered_298MHz.h5'];
% convert only part of the model (head/shoulder section) % convert only part of the model (head/shoulder section)
body_model_range = {[],[],[-0.85 -0.4]}; 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'; % paths to virtual family voxel models (VFVM), adept to your install!
VF_mat_db_file = '/home/thorsten/Simulation/Virtual Family Voxel Models V1.0/DB_h5_20120711_SEMCADv14.8.h5'; 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 % delete(body_model_file); % uncomment to delete old model if something changed