Skip to content

Commit

Permalink
chore: add warning with gb_per_file for is_multipage tiff
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Jul 23, 2024
1 parent b525c8c commit dc98ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions element_interface/prairie_view_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def write_single_bigtiff(

output_tiff_list = []
if self.meta["is_multipage"]:
if gb_per_file is not None:
logger.warning("Ignoring `gb_per_file` argument for multi-page tiff (NotYetImplemented)")
# For multi-page tiff - the pages are organized as:
# (channel x slice x frame) - each page is (height x width)
# - TODO: verify this is the case for Bruker multi-page tiff
Expand Down

0 comments on commit dc98ebc

Please sign in to comment.