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

Wrong import of 2d tiles #5

Open
StephanPreibisch opened this issue Jun 13, 2018 · 1 comment
Open

Wrong import of 2d tiles #5

StephanPreibisch opened this issue Jun 13, 2018 · 1 comment

Comments

@StephanPreibisch
Copy link
Member

When 2d tiles are imported we need to set the z-location to 0 and not what is written in the metadata, otherwise the BDV and especially the re-centering gets thrown off @hoerldavid ...

@hoerldavid
Copy link
Contributor

Hi @StephanPreibisch,

The re-centering was a small bug (probably due to never testing it extensively with 2d) and should be fixed with: 7f4934e

Another problem was that the fusion would create blank results if the z-location of 2d datasets was != 0 (PreibischLab/BigStitcher#35). This should be fixed with f2d78a1

So at the moment, I see no other reason to mess with the metadata. Can you think of something?

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

No branches or pull requests

2 participants