File: faq.rst

package info (click to toggle)
python-mrcz 0.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: python: 2,484; makefile: 5; sh: 1
file content (10 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Frequently Asked Questions
==========================

**Can I access individual slices in a compressed MRCZ file?**

Currently not, as ``blosc`` does not record the indices of its individual 
compressed blocks. The new feature of 'super-chunks', equivalent to slices or 
frames in the context of microscopy, is expected to be implemented in 
``c-blosc2``, currently under development at https://github.com/Blosc/c-blosc2