Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebfunk committed Aug 27, 2021
1 parent a4366cd commit f68b004
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nd2_dask/nd2_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def get_metadata(path):
t_scale = meta['experiment']['loops'][0]['sampling_interval'] / 1e3
except IndexError:
t_scale = 1

scale = [1, z_scale, -y_scale, -x_scale]

# Translation
Expand Down Expand Up @@ -107,7 +106,6 @@ def get_nd2reader_nd2_vol(path, c, frame):
with ND2Reader(path) as nd2_data:
if 'c' in nd2_data.axes:
nd2_data.default_coords['c'] = c

nd2_data.bundle_axes = [ax for ax in 'zyx' if ax in nd2_data.axes]
v = nd2_data.get_frame(frame)
v = np.array(v,ndmin=4)
Expand Down

0 comments on commit f68b004

Please sign in to comment.