bug 处理
This commit is contained in:
parent
2ef99946f0
commit
8a8b7dae70
@ -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!"
|
||||
|
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user