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

render xz and yz views #19

Open
trautmane opened this issue Feb 7, 2017 · 4 comments
Open

render xz and yz views #19

trautmane opened this issue Feb 7, 2017 · 4 comments

Comments

@trautmane
Copy link
Collaborator

Khaled mentioned that he frequently uses Matlab to produce xz and yz views of render data. Gleb uses Fiji to do this. It would be nice to have these views available directly from the render services.

@axtimwalde
Copy link
Contributor

We do have the render-service backed BigDataViewer plugin https://github.com/axtimwalde/bigdataviewer-render-app which enables this and more. I suggest to add an export function there that generates the current screen at arbitrary resolution. I am suggesting this place because it already includes the necessary caching and block-loading mechanisms that are required to make this kind of export efficient.

@fcollman
Copy link
Contributor

I'll point out that neuroglancer can make these views as well from render stacks, though they are inefficiently generated as it fills in just more than single xy band.

@perlman
Copy link
Collaborator

perlman commented Apr 17, 2017

Tangentially related, an xyz view would be nice as well. Basing this off of the BigDataViewer plugin sounds like the way to go.

@fcollman
Copy link
Contributor

xyz is also in neuroglancer right now... I guess the question is whether we provide calls that enable bigdataviewer and neuroglancer to get these views more efficiently than they are now... or whether its possible to really make that more efficent. Seems to me that this is mostly limited by reading from disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants