Skip to content

Commit

Permalink
Merge pull request #115 from yfxia/coding
Browse files Browse the repository at this point in the history
Update smoothing images for filtered data
  • Loading branch information
karenceli committed Dec 5, 2015
2 parents 2f47386 + ccb5296 commit 89d15ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/utils/smoothing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Import numerical and plotting libraries

# Import Gaussian filter from scipy module

import numpy as np
import itertools
from scipy.ndimage.filters import gaussian_filter
Expand Down
Binary file added slides/images/Aftersmooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/Beforesmooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 89d15ee

Please sign in to comment.