Skip to content

Commit

Permalink
Update src/murfey/util/lif.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Hatton <daniel.hatton@diamond.ac.uk>
  • Loading branch information
tieneupin and d-j-hatton committed May 8, 2024
1 parent b35d2a4 commit 479e243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/murfey/util/lif.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def convert_lif_to_tiff(file: Path):
frame = img.get_frame(z=z, t=0, c=c) # PIL object; array-like
arr.append(frame)
arr = np.array(arr) # Make independent copy of this array
print("Done")

# Initial rescaling if bit depth not 8, 16, 32, or 64-bit
bit_depth = img.bit_depth[c] # Initial bit depth
Expand Down

0 comments on commit 479e243

Please sign in to comment.