MIPMAP generation on existing bdv files #8
Replies: 2 comments 1 reply
-
Hi, Mike, |
Beta Was this translation helpful? Give feedback.
-
After some pondering, I implemented this similar feature in v.1.0.7, see examples: 5.2 Stacks are written as raw data followed by lazy downsampling and compression. and docs: .create_pyramids(...). |
Beta Was this translation helpful? Give feedback.
-
Hi Nikita,
I'm wondering if it is possible to create subsampled versions of an already existing volume, or if the file structure constrains this to happen at the time of creation? For example, is it necessary to create a new volume via BdvWriter with the desired image pyramids and use the original to populate it (duplicating data on disk)?
Thanks,
Mike
Beta Was this translation helpful? Give feedback.
All reactions