Skip to content

Commit

Permalink
Changes in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhishb committed Aug 9, 2016
1 parent 458ace6 commit 13da3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/examples/denoise_ascm.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@

"""
From the above figure we can see that the residual is really uniform in nature
which dictates that the images is denoise while preserving the sharpness of the
features.
which dictates that ASCM denoises the data while preserving the sharpness of
the features.
"""

nib.save(nib.Nifti1Image(den_final, affine), 'denoised_ascm.nii.gz')
Expand Down

0 comments on commit 13da3b9

Please sign in to comment.