You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @jbms! Running into problems seeing BossDB channels with a non-0 base resolution set; it seems like this line of the boss datasource frontend doesn't get used anywhere. This is used pretty heavily for, say, segmentation channels that are computed at lower res than native (0) imagery resolution. (More documentation about the base resolution channel attribute on the bossdb API docs)
I created a MVP example that shows this bug at this URL which is running latest trunk neuroglancer. Basically, the res=0 channel loads fine (it's just white noise) but the channel where base-res is nonzero doesn't load at all.
Wondering if you know about this or if this is something that has been tracked elsewhere? Think this is an easy fix?
The text was updated successfully, but these errors were encountered:
I didn't write the initial bossDB driver and it looks like this property was never used. I imagine it is an easy fix, though, if you'd like to create a PR.
Hey @jbms! Running into problems seeing BossDB channels with a non-0 base resolution set; it seems like this line of the boss datasource frontend doesn't get used anywhere. This is used pretty heavily for, say, segmentation channels that are computed at lower res than native (0) imagery resolution. (More documentation about the base resolution channel attribute on the bossdb API docs)
I created a MVP example that shows this bug at this URL which is running latest trunk neuroglancer. Basically, the res=0 channel loads fine (it's just white noise) but the channel where base-res is nonzero doesn't load at all.
Wondering if you know about this or if this is something that has been tracked elsewhere? Think this is an easy fix?
The text was updated successfully, but these errors were encountered: