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

Determine if an issue with ngprecomputed on edge blocks still exists #374

Open
DocSavage opened this issue Nov 15, 2022 · 0 comments
Open
Assignees

Comments

@DocSavage
Copy link
Member

    I was disappointed to see that the libdvid python bindings do not bind the `/specificblocks` endpoint, so I added support.  However, it's not returning what I expect.

For some reason the following call to DVID returns an empty file:

http://emdata6.int.janelia.org:9000/api/node/f3969/segmentation/specificblocks?blocks=493,426,770&compression=blocks&scale=0

And if I switch that to grayscale I get an error from dvid about the "minishard" from which the data is supposed to be fetched out of the neuroglancer precomputed volume.

http://emdata6.int.janelia.org:9000/api/node/f3969/grayscale/specificblocks?blocks=493,426,770

Error 400:

No minishard map found in shard "8x8x8/04ecb.shard" for minishard 3
 (/api/node/f3969/grayscale/specificblocks).

It smells like I'm doing something dumb, such as swapping X and Z. But as far as I can tell that's not the problem.

Originally posted by @stuarteberg in janelia-flyem/NeuTu#395 (comment)

@DocSavage DocSavage self-assigned this Nov 15, 2022
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

1 participant