Skip to content

Commit

Permalink
Updated .zattrs scale calculation process
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingjing Wu committed Nov 20, 2024
1 parent 5c67764 commit af4853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linc_convert/modalities/df/multi_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def convert(
multiscales[0]["axes"].insert(0, {"name": "c", "type": "channel"})

for n in range(nblevel):
shape0 = omz['0'].shape[2:]
shape0 = omz['0'].shape[2:]
shape = omz[str(n)].shape[2:]
multiscales[0]["datasets"].append({})
level = multiscales[0]["datasets"][-1]
Expand Down

0 comments on commit af4853b

Please sign in to comment.