calc.lib.config

This configuration class stores settings as class attributes

Some zarr settings need to be configurable at runtime based on CLI arguments.

It’s more reliable to import this config instance and update clas attributes compared with importing the constants module and overriding values there.

Attributes

config

Classes

Config

Module Contents

class calc.lib.config.Config
ZARR_COMPRESSOR
ZARR_VARIANT_CHUNK_SIZE: int = 5000
calc.lib.config.config