-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Different reconstruction options in holo.py (#121)
* Update holo.py test change #2 * adds optional setting of filtering in frequency domain * bump python version in lint * adds option in scaling of output to inverse transform * adds reconstruction options to Reconstruct class * updates pipeline-holo example * bump version * updates test * update test * lint * bugfix to detault forward_filter_option & test * fix comment in pipeline-holo * updates test to account for extra slice * fix z error * updates python version in setup.cfg * bump version * corrects TypeError with version change * reverts holo steps to fit with testing * updates python version for docs * remove h5py version * update to napoleon * revert & update for napoleon * updates conf.py napoleon * update .gitignore for testing file * np.int deprecated * use default values in example * bump version * updates Pipeline docstring * lint * reverts test setting after re-adoption of arange --------- Co-authored-by: Alex Nimmo Smith <[email protected]> Co-authored-by: Alex Nimmo-Smith <[email protected]>
- Loading branch information
1 parent
c3f51fa
commit d3d487b
Showing
8 changed files
with
45 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.0.56' | ||
__version__ = '0.0.57' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters