Skip to content

Lensed CMB simulation using Websky

Notifications You must be signed in to change notification settings

litebird/CMBlens

 
 

Repository files navigation

CMB Lensing for LiteBIRD simulation

Installation

pip install .

NOTE: When installing on NERSC, build mpi4py as mentioned here before installing the package.

After cloning for the first time, run pre-commit install.

Usage

  • cmblens module:

    import cmblens
    
    cmblens.CMBLensed(...)
    cmblens.MetaSIM(...)
    cmblens.hash_maps(...)
    cmblens.camb_clfile(...)
  • cmblens_mini module:

    import cmblens_mini
    
    cmblens_mini.CMBLensed(...)
    cmblens_mini.MetaSIM(...)
    cmblens_mini.hash_maps(...)
    cmblens_mini.camb_clfile(...)

About

Lensed CMB simulation using Websky

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 2.3%