This exposes the ability to use the sdk to read frames vs the current behavior of reading the chunkmap and using a numpy memmap. This may also help speed in reading metadata (#71)
The current default of None means: use the sdk reader if the file is compressed, otherwise use numpy memmap.
This default might change in the future
fixes #72
This exposes the ability to use the sdk to read frames vs the current behavior of reading the chunkmap and using a numpy memmap. This may also help speed in reading metadata (#71)
The current default of
None
means: use the sdk reader if the file is compressed, otherwise use numpy memmap. This default might change in the future