bug 处理

This commit is contained in:
朱春云 2025-09-04 21:51:28 +08:00
parent 2ef99946f0
commit 8a8b7dae70
2 changed files with 6 additions and 9 deletions

View File

@ -9,11 +9,10 @@ echo "fmri handle end!"
cp Node_AAL116.node config.mat config2.mat config3.mat config4.mat BrainMesh_Ch2withCerebellum.nv main.py modelViewGeneral.py rtmalbFile.m brain_regions.npy number_change_script.py extract_regions.py ${matrixPath}
cd ${matrixPath}
python main.py --sub_id ${subId} --root_dir ${fmriOutPath} --module_dir /data/config/models_9_9 --matrix_path ${matrixPath}
python ${matrixPath}main.py --sub_id ${subId} --root_dir ${fmriOutPath} --module_dir /data/config/models_9_9 --matrix_path ${matrixPath}
python number_change_script.py --age ${age}
python extract_regions.py
python ${matrixPath}number_change_script.py --age ${age}
python ${matrixPath}extract_regions.py
echo "main handle end!"

View File

@ -12,11 +12,9 @@ echo "fmri handle end!"
cp Node_AAL116.node config.mat config2.mat config3.mat config4.mat BrainMesh_Ch2withCerebellum.nv main_dti.py modelViewGeneral_dti.py Models_dti.py rtmalbFile.m brain_regions.npy number_change_script.py extract_regions.py ${matrixPath}
cd ${matrixPath}
python ${matrixPath}main_dti.py --sub_id ${subId} --root_dir ${fmriOutPath} --module_dir /data/config/models_0_0 --matrix_path ${matrixPath}
python main_dti.py --sub_id ${subId} --root_dir ${fmriOutPath} --module_dir /data/config/models_0_0 --matrix_path ${matrixPath}
python number_change_script.py --age ${age}
python extract_regions.py
python ${matrixPath}number_change_script.py --age ${age}
python ${matrixPath}extract_regions.py
echo "main handle end!"