-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/niftizarr #5
base: master
Are you sure you want to change the base?
Conversation
Cool! Did you check that when you load the demo file with the |
@balbasty @MikeSchutzman could you share a valid, converted nifti-zarr? I just wanted to stress-test this on my own locally with a valid asset -- thanks! |
@aaronkanzer See the last post in the brainhack issue: brainhack-boston/brainhack-boston.github.io#50 There are links to two nifti-zarr assets (the first one should be used, as it has a single channel), and links to two neuroglancer scenes: one that just uses the default zarr reader, and one where I manually applied the correct "nifti" transform on top of it. The asset read with the niftizarr protocol should aligned with the second scene. |
@MikeSchutzman were you able to confirm this working on your local dev environment? e.g. in my local dev server, there is no data source for There seems to be additional setup/files that Wanted to double-check first with you with these details to ensure that I'm not missing something in regards to setup... |
@MikeSchutzman could you also merge |
@MikeSchutzman @balbasty @kabilar Just another thought here, as it seems that there is a decent amount of redundancy of code here vs. the Where are we validating confirmation that pixel-to-pixel (e.g. what we see is truly accurate) with the nifti -> zarr conversion? My estimation would be that we need to confirm this on both the computational side, but also, as it pertains to this PR, in a rendered environment. Let me know your thoughts -- happy to brainstorm here, but without proper validation, this presents risk |
haven't tested yet. once i test, will change pr from draft to published |
yes great point... not sure how to confirm this is actually working logically as it is supposed to |
…to feature/niftizarr
just to update with status: and
it wants |
still not sure how to make this work. Been playing around with it. It breaks when i use |
@aaronkanzer @balbasty any ideas on last 2 comments? |
i didn't create a combo niftizarr backend that's the issue... |
update here - it's the call to this that breaks it. Originally, i thought the issue was saving this result to a var and passing that var into later transform broke it but this was wrong. Just calling this function breaks the code, even if i pass the zarr info into the transform later on |
Created Nifti Zarr file
Used Volume Logic from Zarr but modelTransform logic from Nifti