syasini / AstroPaint

A python package for creating mock maps of astrophysical signals from a halo catalog
MIT License
46 stars 13 forks source link

Factorize NFW profiles #53

Open syasini opened 4 years ago

syasini commented 4 years ago

Move the profiles in NFW (kSZ, deflection_angle) etc to another module and call them into NFW and Einasto. This will avoid code repetition in various modules.

Comment below for further clarification.