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

Imgloader fixes #58

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Imgloader fixes #58

merged 2 commits into from
Sep 26, 2024

Conversation

tpietzsch
Copy link
Contributor

  • Speed up FileMapImgLoaderLOCI2.
    For the "Dataset for Stitching As TIFF (unaligned, no BigStitcher project defined)" linked from BigStitcher-Spark, I'm now down to ~5s for resaving from ~40s before Use new BlockSupplier API for downsampling #56)

  • Start fixing the impenetrable FileList code (Map<Integer,List<Pair<File,Pair<Integer,Integer>>>> ...) by introducing FileMapEntry to replace Pair<File,Pair<Integer,Integer>>.

@StephanPreibisch
Copy link
Member

Hi @tpietzsch , you are still using a Virtual Bioformats loader, right? One can choose between virtual and not virtual during dataset definition. Virtual is superior for many reasons, but specifically because it works with Spark where loaded images and not shared.

@tpietzsch
Copy link
Contributor Author

Yes, I just replaced the implementation of FileMapImgLoaderLOCI2. Still virtual

@StephanPreibisch StephanPreibisch merged commit 8dd977d into master Sep 26, 2024
1 check passed
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.

2 participants