Skip to content

.tif files rejected as "Unsupported file type" (only .tiff is whitelisted) #111

Description

@mackhankins

get_supported_files in chandra/scripts/cli.py checks against a hardcoded extension set that includes .tiff but not .tif. Since .tif is the more common spelling on Windows, TIFF files frequently fail with Unsupported file type: .tif even though the model reads them fine after renaming. Fix: add .tif to the supported_extensions set.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions