piel.models.frequency.utils
===========================

.. py:module:: piel.models.frequency.utils


Functions
---------

.. autoapisummary::

   piel.models.frequency.utils.compose_custom_model_library_from_defaults


Module Contents
---------------

.. py:function:: compose_custom_model_library_from_defaults(custom_models: dict, *args, **kwargs) -> dict

   Compose the default measurement with the custom measurement.

   :param custom_models: Custom measurement dictionary.
   :type custom_models: dict

   :returns: Composed measurement dictionary.
   :rtype: dict


