snat_sim.utils

The utils module is responsible for handling the integration of external packages with snat_sim. It is also responsible for automatically configuring the host python environment during package import.

Important

Unless you are looking to extend the underlying functionality or behavior of how snat_sim integrates with third party packages, you most likely aren’t interested in importing directly from this module. See the Package Integrations section of the docs for more information.

SubModules

caching

The caching module defines numpy compatible function wrappers for implementing function level memoization.

cov_utils

The cov_utils module extends pandas.DataFrame objects to include covariance calculations relevant to processing supernova fit results.

filters

The filters module is responsible for registering custom filter profiles with the sncosmo package.

time_series

The time_series module extends pandas functionality for manipulating time series data.

Module Docs

snat_sim.utils.setup_environment()[source]

Register package integrations with third party dependencies

Return type:

None