Python library of useful functions for gravitational lensing.
Installation
- Download directory
cd
to directory with thesetup.py
file.- type
pip install .
in command line - You're done. You can now import the functions as so.
from lensing.formalism import dlsds
zl=0.5
zs=2
lensing_ratio = dlsds(zl,zs)