Browse Source

Update 'README.md'

Frederik Filip Stæger 4 years ago
parent
commit
50369923e8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -64,13 +64,12 @@ To visualize the Allen CCF on top of the DAPI template:
 
 **ANTs**
 ```
-TRANFORMATION=ccf_to_dapi_affine_transformation.txt
 antsApplyTransforms \
  -i average_template_25.nrrd \
  -d 3 \
  -r dapi_template.nii.gz \
  -o average_template_25_registered_to_dapi.nii.gz \
- -t ${TRANSFORMATION}
+ -t ccf_to_dapi_affine_transformation.txt
 ```
 
 **ITK-SNAP**