You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is no way to set the compression properties (cparams) of the offsets chunk of a super-chunk. A possible solution is to create a defaults for that:
and assign these cparams to a new attribute (say offsets_cparams) of the blosc2_storage structure. If the user wants to modify some, he just will need to modify the appropriate storage->offsets_cparams at their will.
The text was updated successfully, but these errors were encountered:
Right now there is no way to set the compression properties (
cparams
) of the offsets chunk of a super-chunk. A possible solution is to create a defaults for that:and assign these cparams to a new attribute (say
offsets_cparams
) of theblosc2_storage
structure. If the user wants to modify some, he just will need to modify the appropriatestorage->offsets_cparams
at their will.The text was updated successfully, but these errors were encountered: