calc.lib.config =============== .. py:module:: calc.lib.config .. autoapi-nested-parse:: 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 ---------- .. autoapisummary:: calc.lib.config.config Classes ------- .. autoapisummary:: calc.lib.config.Config Module Contents --------------- .. py:class:: Config .. py:attribute:: ZARR_COMPRESSOR .. py:attribute:: ZARR_VARIANT_CHUNK_SIZE :type: int :value: 5000 .. py:data:: config