Hi Frank,
I have a question about the "align_acpc" parameter for data reconstructed by QSIPREP. It seems that the processed data in QSIPREP is already aligned with the ACPC orientation. To verify this, I ran two identical reconstruction commands, with the only difference being the value of "align_acpc" set to 1 for the first command and 0 for the second command:
1. singularity exec dsistudio_latest.sif dsi_studio --action=rec --source=sub-01_ses-pre_acq-singleband_dir-AP_run-1_space-T1w_desc-preproc_dwi.src.gz --method=4 --param0=1.25 --thread_count=8 --align_acpc=1 --dti_no_high_b=0 --check_btable=1 --record_odf=1 --output=sub-01_ses-pre_acq-singleband_dir-AP_run-1_space-T1w_desc-preproc_dwi.src.gz.ap1.icbm152_adult.fib.gz >> log_rec_ap1.txt
2. singularity exec dsistudio_latest.sif dsi_studio --action=rec --source=sub-01_ses-pre_acq-singleband_dir-AP_run-1_space-T1w_desc-preproc_dwi.src.gz --method=4 --param0=1.25 --thread_count=8 --align_acpc=0 --dti_no_high_b=0 --check_btable=1 --record_odf=1 --output=sub-01_ses-pre_acq-singleband_dir-AP_run-1_space-T1w_desc-preproc_dwi.src.gz.ap0.icbm152_adult.fib.gz >> log_rec_ap0.txt
For the first command (align_acpc=1), the results of fiber tracking from both the GUI and CLI are the same.
However, for the second command (align_acpc=0), the results of fiber tracking from the GUI and CLI differ.
Here is the fiber tracking command,
singularity exec dsistudio_latest.sif dsi_studio --action=trk --source=sub-01_ses-pre_acq-singleband_dir-AP_run-1_space-T1w_desc-preproc_dwi.src.gz.ap1.icbm152_adult.fib.gz --track_id=Frontal_Aslant_Tract_L --seed_count=1000000 --fa_threshold=0 --min_length=30 --max_length=200 --turning_angle=0 --step_size=0 --tolerance=24 --output=sub-01_ses-pre_acq-singleband_dir-AP_run-1_space-T1w_desc-preproc_dwi.src.gz.ap1.icbm152_adult.fib.gz.FATL.tt.gz --export=stat >> log_trk_ap1.txt
Thanks,
Xiaoxiao