Skip to content

Commit

Permalink
Removing deprecated hologram_apodized attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Nov 23, 2016
1 parent dbc0c44 commit 6b98006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shampoo/reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def __init__(self, hologram, crop_fraction=None, wavelength=405e-9,
self.dy = dy*rebin_factor
self.mgrid = np.mgrid[0:self.n, 0:self.n]
self.random_seed = RANDOM_SEED
self.hologram_apodized = False

@classmethod
def from_tif(cls, hologram_path, **kwargs):
Expand Down

0 comments on commit 6b98006

Please sign in to comment.