dangilman / pyHalo

A python toolkit for rendering populations of dark matter halos for gravitational lensing simulations
MIT License
22 stars 13 forks source link

Cored composite uldm profile #11

Closed AlexLaroche7 closed 3 years ago

AlexLaroche7 commented 3 years ago

Added the CNFW + ULDM profile to the ULDM class. The ULDM preset model now takes 'nfw_mdef' as an argument, either 'CNFW' or 'TNFW', and creates composite profiles using the specified component. Any other input will result in a value error.

Now have 2 separate ULDM test files, one for CNFW and one for TNFW. Also added 2 separate functions to test the preset model for either case.