Skip to content

Commit

Permalink
FIX typo on json_nativepro_T1w
Browse files Browse the repository at this point in the history
  • Loading branch information
rcruces committed Mar 3, 2023
1 parent 854de24 commit c8e2f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/01_proc-struc_volumetric.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if [ ! -f "${proc_struct}/${T1str_nat}".nii.gz ] || [ ! -f "${proc_struct}/${T1s
if [ ! -f "$T1nativepro_brain" ]; then Error "$T1str_nat masked was not generated"; Do_cmd exit; else ((Nsteps++)); fi

# Create json file for T1native
json_nativepro_t1w "$T1nativepro" "$N" "${bids_T1ws[*]}" "${proc_struct}/${T1str_nat}.json"
json_nativepro_T1w "$T1nativepro" "$N" "${bids_T1ws[*]}" "${proc_struct}/${T1str_nat}.json"
else
Info "Subject ${id} has a t1w_nativepro and t1w_nativepro_brain"; ((Nsteps++))
fi
Expand Down

0 comments on commit c8e2f45

Please sign in to comment.