Jackson O'Donnell
Jackson O'Donnell
Adds a model for the profile of Self-Interacting Dark Matter halos using the Jeans method modeling, following [Robertson 2021](https://github.com/sibirrer/lenstronomy.git) and [Sagunski 2021](https://github.com/sibirrer/lenstronomy.git). The model is called `JEANS_ISO`. I have used...
This PR would continue the refactor of parameter handling implemented in #350 It will reimplement the following two parameter classes with the framework in `Sampling/param_group.py`: - [x] Refactor LightParams -...
Hello - an undergrad I'm working with has run into a problem trying to run the lens equation solver with a generalized NFW profile. It fails saying that the GNFW...
Added Battaglia cluster pressure profile, projected pressure profile, and projected Compton-y parameter predictions. Possible questions: * Should the new interfaces be changed? * Is the way I am handling `h`...
This PR makes two main changes for consistent interfacing with C code, and error handling: - Passing arrays to C routines is now handled with the `_ArrayWrapper` class, which always...
Work in progress not ready to merge - but opening this PR for discussion. This is my attempt to make a "unified" interface for converting physical NFW parameters to AutoLens's...