Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ImSpector FLIM TIFF files #161

Merged
merged 5 commits into from
Dec 16, 2024

Conversation

cgohlke
Copy link
Member

@cgohlke cgohlke commented Dec 15, 2024

Description

This PR adds a read_imspector_tiff function to the phasorpy.io module to read TCSPC image stacks and select metadata from ImSpector FLIM TIFF formatted files. The implementation is based on reverse engineering very few data files by the FLUTE project.

Closes #105.

Checklist

  • The pull request title and description are concise.
  • Related issues are linked in the description.
  • New dependencies are explained.
  • The source code and documentation can be distributed under the MIT license.
  • The source code adheres to code standards.
  • New classes, functions, and features are thoroughly tested.
  • New, user-facing classes, functions, and features are documented.
  • New features are covered in tutorials.
  • No files other than source code, documentation, and project settings are added to the repository.

@cgohlke cgohlke added the enhancement New feature or request label Dec 15, 2024
@cgohlke cgohlke self-assigned this Dec 15, 2024
@cgohlke
Copy link
Member Author

cgohlke commented Dec 15, 2024

The static code analysis failure is fixed in #160.

@cgohlke
Copy link
Member Author

cgohlke commented Dec 16, 2024

Hi @bruno-pannunzio : The code coverage "failures" are due to conditions for which we don't have test files.

@cgohlke cgohlke merged commit 02f7394 into phasorpy:main Dec 16, 2024
14 of 15 checks passed
@cgohlke cgohlke deleted the imspector_tiff branch December 16, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ImSpector FLIM TIFF files
2 participants