Skip to content

Commit

Permalink
fix czi individual channel reader
Browse files Browse the repository at this point in the history
  • Loading branch information
NHPatterson committed Sep 18, 2021
1 parent a15b915 commit 4b6718a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wsireg/utils/im_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,7 @@ def func(
if subblock_ch_idx in channel_idx:
subblock.dimension_entries[czi_c_idx].start
tile = subblock.data(resize=resize, order=order)
dvstart[ch_dim_idx] = subblock_ch_idx - min_ch_seq.get(
subblock_ch_idx
)
dvstart[ch_dim_idx] = min_ch_seq.get(subblock_ch_idx)
else:
return
else:
Expand Down

0 comments on commit 4b6718a

Please sign in to comment.