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

affine options to save a view #1

Closed
VolkerH opened this issue Aug 26, 2019 · 3 comments
Closed

affine options to save a view #1

VolkerH opened this issue Aug 26, 2019 · 3 comments

Comments

@VolkerH
Copy link

VolkerH commented Aug 26, 2019

Hi,
thanks for making this public. I think this will be quite useful to me. I'm after creating BigStitcher datasets files directly from python. I know the tiling pattern and the approximate overlap of multiple tiles from a SPIM, would you consider adding the option to optionally pass in the affine transform parameters for each view (currently you pass in the dx,dy,dz as far as I could see?

@nvladimus
Copy link
Owner

Hi! Yes, I will add this, it's a good feature to have. Stay tuned!

@nvladimus
Copy link
Owner

Added along with simple example (shearing along X axis), check it out.

@VolkerH
Copy link
Author

VolkerH commented Sep 17, 2019

Hi,

thanks. I just found some time to play with the library and test the affine transform.
For a single dataset in the .xml it works fine.

However, when I add several dataset there is no option to associate a separate affine transform for each. All datasets are assigned the same affine transform.
To make it useable for generating moasics or something that is already coarsely aligned (e.g. from stage position metadata) to then refine in BigStitcher, one would have to be able to specify a separate affine transform for each dataset.

I'm just reading through the code to see how that could be done in an elegant way.

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