Skip to content

Fix create data structure from ome.tif#1104

Open
ElpadoCan wants to merge 1 commit into
mainfrom
fix_datastruct_ome_tiff
Open

Fix create data structure from ome.tif#1104
ElpadoCan wants to merge 1 commit into
mainfrom
fix_datastruct_ome_tiff

Conversation

@ElpadoCan
Copy link
Copy Markdown
Collaborator

This PR implements a fix for creating the data structure from .ome.tif files.

More specifically:

  • The '.ome.tif' must be allowed in the filename at line
    if not acdc_regex.is_alphanumeric_filename(file):
    --> modified function with kwarg allowed --> `allowed = ( '.ome.tif',)
  • Ignore if self.omexml_string at line
    self.omexml_string = self.read_omexml_string()

@ElpadoCan ElpadoCan marked this pull request as ready for review May 22, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant