Chris Lovell
Chris Lovell
When teaching the [plotting episode](https://github.com/swcarpentry/python-novice-gapminder/blob/gh-pages/_episodes/09-plotting.md) the only major omission that comes to mind is colormaps. This is one of the major means of showing a third data 'axis', and would...
I'd like to export a 'lightweight' version of my GP model. The use case would be to make an interactive online version. Right now if I pickle my `GP` instance...
Using an over refine factor greater than zero leads to a broadcasting error. Traceback (most recent call last): File "/home/c.lovell/codes/powderday_chris/pd_front_end.py", line 74, in m, xcent, ycent, zcent, dx, dy, dz,...
Added the dense basis method as a parametric functional SFH component. https://github.com/kartheikiyer/dense_basis Works exactly like any other functional SFH form. Example plotting script provided. Added `dense_basis` module and `statsmodels` modules...
Parametric histories in particular are defined in SFR space, so to get the current stellar mass requires an assumed recycling fraction. This will be SPS model dependent. We could provide...
When creating a parametric stars component, if you set the `initial_mass` this has zero effect unless you're using functional forms for the SFH and Z distributions. This can be confusing...
Comprehensive update of the documentation. In progress. ## Issue Type - Document ## Checklist - [ ] I have read the [CONTRIBUTING.md]() --> - [ ] I have added docstrings...
Swaps integration routines from `quad` to the trapezoid method. The former is exceedingly slow for little benefit, especially since it is often applied to linearly interpolated data anyway. ## Issue...
Shouldn't this be `get_spectra_intrinsic`? Since it allows you to choose an escape fraction https://github.com/flaresimulations/synthesizer/blob/053f20d82c4495309fbac7123c6423c4e9640ccb/src/synthesizer/components/stellar.py#L322
Right now in the pacman model `f_esc` controls escape from photoionisation regions as well as light that remains unattenuated by ISM dust. We should have two parameters controlling both of...