Skip to content

Commit

Permalink
install pillow to get PIL? #11
Browse files Browse the repository at this point in the history
  • Loading branch information
drphilmarshall committed Jun 21, 2016
1 parent a1fe7c0 commit 4539f7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion humvi/lupton.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ======================================================================

"""
Functions for implementing the Wherry et al extension to the
Functions for implementing the Wherry et al extension to the
Lupton et al algorithm for making color composite images.
Phil Marshall, Winter 2013
Expand Down
2 changes: 1 addition & 1 deletion humvi/pjm.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def pjm_mask(r,g,b,threshold):

tiny = 1e-10
mask = r*0.0 + 1.0

for image in (r,g,b):

image[numpy.isnan(image)] = 0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
matplotlib
astropy
PIL
pillow

0 comments on commit 4539f7b

Please sign in to comment.