Skip to content

Commit

Permalink
setup: support qpimage 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 26, 2018
1 parent bf78a2e commit 995fc2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.3.2
- setup: add qpimage version dependency
0.3.1
- ci: automate PyPI release with travis-ci
0.3.0
Expand Down
2 changes: 1 addition & 1 deletion examples/tif_hologram.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
amp_bin = qpi_foc.amp > 1 # bright regions
qpi_foc.compute_bg(which_data="phase",
fit_profile="poly2o",
from_binary=amp_bin,
from_mask=amp_bin,
)

# plot results
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=["h5py>=2.7.0",
"nrefocus>=0.1.5",
"numpy>=1.12.0",
"qpimage",
"qpimage>=0.4.0",
"scikit-image>=0.11.0",
"scipy>=0.18.0",
],
Expand Down

0 comments on commit 995fc2d

Please sign in to comment.