allen-cell-animated / website-3d-cell-viewer

Other
5 stars 5 forks source link

Prioritize prefetching playing axis #186

Closed frasercl closed 6 months ago

frasercl commented 7 months ago

volume-viewer added a concept of "prefetch priority" (#181) which enables forcing the zarr loader to prioritize a given axis or set of axes when prefetching. This feature was designed for playback in this viewer: when playing through time in z-slice mode, we should not be issuing prefetch requests for adjacent z slices, e.g. Update volume-viewer and connect axis playing state to prefetch priority.