- 12 Sep, 2016 1 commit
-
-
Médéric Boquien authored
-
- 06 Sep, 2016 1 commit
-
-
Yannick Roehlly authored
Rename (and correct a bug into) the SFH quenching module to sfh_quenching_trunk and add a sfh_quenching_smooth version where the SFR is linearly decreasing after the quenching.
-
- 09 Jun, 2016 1 commit
-
-
Médéric Boquien authored
Correct the description of the radio module. It stated erroneously that it handled thermal emission whereas this is done by the nebular module.
-
- 11 May, 2016 1 commit
-
-
Yannick Roehlly authored
-
- 04 Apr, 2016 1 commit
-
-
Yannick Roehlly authored
Samuel Boissier gave us extended values down to a velocity of 40 km/s as well as intermediate values for the SFH module sfh_buat08.
-
- 30 Mar, 2016 1 commit
-
-
Yannick Roehlly authored
-
- 11 Mar, 2016 2 commits
-
-
Médéric Boquien authored
Computers are much better at multiplying than at dividing. Therefore to correct the emission for redshifting we multiply by 1/(1+z) rather than dividing by 1+z.
-
Médéric Boquien authored
-
- 10 Mar, 2016 1 commit
-
-
Médéric Boquien authored
The absorption of the Lyman continuum from old stars tended to be overestimated leading to some “negative fluxes” for the Lyman continuum.
-
- 16 Feb, 2016 1 commit
-
-
Médéric Boquien authored
-
- 15 Feb, 2016 3 commits
-
-
Médéric Boquien authored
To compute the stellar spectrum of the young component, do not pass the full SFH with the old part set to 0. Rather, only pass the corresponding part of the SFH. This nearly doubles the computing speed of the stellar spectrum.
-
Médéric Boquien authored
-
Médéric Boquien authored
We do not store the time grid in the SED anymore given that we assume it starts at 0 Myr with steps of 1 Myr, we can easily reconstruct to save it if needed. It should save a little bit of memory and it should go a little bit faster.
-
- 11 Feb, 2016 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
For convenience the time grids start at 0. Howver the SSP grids start at 1. This offset means that the oldest bin in an SFH is set to 0, for both the young and old components. Now rather than trying to interpolate the SFH time grid on the SSP time grid, we rely on the fact that the SFH time grid starts from 0, so it is easy to know which SSP to select (as many as the number of steps). Also adapt the sfh_buat08 module.
-
Médéric Boquien authored
-
- 04 Feb, 2016 1 commit
-
-
Médéric Boquien authored
-
- 01 Feb, 2016 1 commit
-
-
Médéric Boquien authored
-
- 30 Jan, 2016 1 commit
-
-
Médéric Boquien authored
The name creation_modules is a bit vague. For more clarity and consistency we rather use sed_modules now
-