tensorstore
tensorstore copied to clipboard
Retrieve a list of scale with the neuroglancer_precomputed driver?
Is there an easy way to list the scales available from a neuroglancer precomputed source?
I suspect I'm missing something obvious. My current work around is to iterate scale_index from 0.
(Nice job with this library! The performance is fantastic.)
Glad to hear that the performance is good! Unfortunately there is not a way to list the scales at the moment.
I have planned a "MultiscaleTensorStore" type that will provide access to a collection of TensorStore objects along with their downsampling factors, but that doesn't exist yet.