Hi Karen,
A few clarification questions which may help.
The .ini file used in the fieldworkmoeldictsourcestep is simply a file to define the directories for your meshed geometries. For you it seems like you will have a meshed pelvis and right femur. In your ini file you should have two entries, 1 for Femur , 1 for Pelvis
Code: Select all
[pelvis]
geof = C:/Users/s2799022/Desktop/Data/M01_FullSSModel/Output/pelvis.geof
ens = C:/Users/s2799022/Desktop/MAPcourse/mapclient-fai-workshop-master/wfdata/common_data/atlas_meshes/pelvis_combined_cubic_flat.ens
mesh = C:/Users/s2799022/Desktop/MAPcourse/mapclient-fai-workshop-master/wfdata/common_data/atlas_meshes/pelvis_combined_cubic_flat.mesh
[femur-r]
geof = C:/Users/s2799022/Desktop/Data/M01_FullSSModel/Output/femur-r.geof
ens = C:/Users/s2799022/Desktop/MAPcourse/mapclient-fai-workshop-master/wfdata/common_data/atlas_meshes/femur_right_quartic_flat.ens
mesh = C:/Users/s2799022/Desktop/MAPcourse/mapclient-fai-workshop-master/wfdata/common_data/atlas_meshes/femur_right_quartic_flat.mesh
In all cases, when you edit the .ini file you need to only edit the "geof" entry, which will point to your subject-specific meshes file for the respective bone. The .mesh and the .ens files define the element based model, they define the interaction and connections between different nodes and elements.
If you do no include a entry for a specific body (eg. tibiafibula-l) this geometry will be created in the fieldworldlowerlimbtwosidegenration step ( where you fit the MAP skeleton to your .trc file, this is the initial step when you create the subject-specifc g2392 model. If an entry is found in the .ini file, this entry/geometry is used instead of trc generated geometry.
To summarize
1. The mesh and the ens files are the generic files you downloaded with the mapclient
...mapclient-fai-workshop-master\wfdata\common_data\atlas_meshes\
2. You need to edit only the .geof file to your own generated .geof file from the BoneMeshGenerationStep
3. In the .ini file ONLY include the bones (femur-r etc) you have created subject-specific bones for. The others will be filled in using bones based on the TRC fitting step.
Hope this answers your questions, if anything is unclear don't hesitate to ask for any clarification
Thanks
Bryce Killen