Metadata-Version: 2.1
Name: gaussiancl
Version: 2021.9.28
Summary: angular power spectra transformation for Gaussian random fields
Home-page: https://github.com/ntessore/gaussiancl
Maintainer: Nicolas Tessore
Maintainer-email: n.tessore@ucl.ac.uk
License: MIT
Project-URL: Documentation, https://cltools.readthedocs.io/gaussiancl/
Description: 
        normcl
        ======
        
        **angular power spectra conversions for normal random fields**
        
        This is a minimal Python package for working with the angular power spectra of
        spherical random fields constructed from normals.  It can currently convert
        between the power spectra of lognormal random fields and their constituent
        normal random fields.
        
        The package can be installed using pip:
        
            pip install normcl
        
        Then import the `lognormal` and `lognormal_normal` functions from the package:
        
            from normcl import lognormal, lognormal_normal
        
        For more information, please see the [documentation].
        
        Current functionality covers the absolutely minimal use case.  Please open an
        issue on GitHub if you would like to see anything added.
        
        [documentation]: https://cltools.readthedocs.io/normcl/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
