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

draft of multi-tiff multi-page imaging extractor #323

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from

Commits on May 10, 2024

  1. upload draft of multi-tiff multi-page imaging extractor. This could b…

    …e used on its own or used as a base type for more specialized extractors
    bendichter committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c4904c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fddf198 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    66c59f2 View commit details
    Browse the repository at this point in the history
  2. add tests

    bendichter committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ccf4d90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de2ca4 View commit details
    Browse the repository at this point in the history
  4. dynamic import of tifffile

    bendichter committed May 15, 2024
    Configuration menu
    Copy the full SHA
    85e90db View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/multitiff_multipage_imaging_extr…

    …actor' into multitiff_multipage_imaging_extractor
    bendichter committed May 15, 2024
    Configuration menu
    Copy the full SHA
    93b2545 View commit details
    Browse the repository at this point in the history
  6. fix tests

    bendichter committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fb772d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31c9df4 View commit details
    Browse the repository at this point in the history
  8. fix test

    bendichter committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7263bd9 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/multitiff_multipage_imaging_extr…

    …actor' into multitiff_multipage_imaging_extractor
    
    # Conflicts:
    #	tests/test_multitiff_multipage_imaging_extractor.py
    bendichter committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3b6fb6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f760ba6 View commit details
    Browse the repository at this point in the history
  11. rmv print

    bendichter committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7892f8d View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/multitiff_multipage_imaging_extr…

    …actor' into multitiff_multipage_imaging_extractor
    bendichter committed May 15, 2024
    Configuration menu
    Copy the full SHA
    44d64f7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. use multiimaginginterface

    bendichter committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fda7b9c View commit details
    Browse the repository at this point in the history
  2. add parse as a dependency

    bendichter committed May 16, 2024
    Configuration menu
    Copy the full SHA
    96152ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbdf11e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4925b40 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/multitiff_multipage_imaging_extr…

    …actor' into multitiff_multipage_imaging_extractor
    
    # Conflicts:
    #	requirements-full.txt
    bendichter committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c11fc24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    435f600 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1ae185 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/multitiff_multipage_imaging_extr…

    …actor' into multitiff_multipage_imaging_extractor
    bendichter committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2313673 View commit details
    Browse the repository at this point in the history
  9. pass docstring tests

    bendichter committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a798a7c View commit details
    Browse the repository at this point in the history
  10. use named vars?

    bendichter committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a904272 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    66289fb View commit details
    Browse the repository at this point in the history
  12. add docstring for module

    bendichter committed May 16, 2024
    Configuration menu
    Copy the full SHA
    293dc1c View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/multitiff_multipage_imaging_extr…

    …actor' into multitiff_multipage_imaging_extractor
    bendichter committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9f36886 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b47ad48 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c54c052 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a9153f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5c7b751 View commit details
    Browse the repository at this point in the history
  18. Merge remote-tracking branch 'origin/multitiff_multipage_imaging_extr…

    …actor' into multitiff_multipage_imaging_extractor
    bendichter committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6ed3bca View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. refactor

    bendichter committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a383ecd View commit details
    Browse the repository at this point in the history
  2. update tests

    bendichter committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fb93606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb5cc8e View commit details
    Browse the repository at this point in the history