Hi everyone,
I need to change the directory of the c3d files from C:\Fatemeh\SafeJoints\C3D-files (in the C3D-files folder there are a few folders named Subject1, Subject2, ...) to C:\Box\data_SafeJoints\C3D\Study\V3DProc\Overground ((in the Overground folder there are a few folders named Subject1, Subject2, ...). The current code is
#ifpathexists "../SJ-Data/"
#path SJ_C3D_FILES_PATH"../SJ-Data/patient_data"
#else
#path SJ_C3D_FILES_PATH "C3D-files"
#endif
The above code automatically detect the subjects and I do not need to change the name of each subject manually. The libdef file is located in C:\Fatemeh\SafeJoints directory. Is that possible to change the code in such a way that detect the c3d files located in each of the Subject1, Subject2 ... folders for each subject in the following directory:
C:\Box\data_SafeJoints\C3D\Study\V3DProc\Overground?