Tutorials: generic paths to voxel models
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>pull/11/head
parent
19b8847d0f
commit
b3369bda1e
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue