- 19 Jan, 2016 1 commit
-
-
Médéric Boquien authored
In the sfhfromfile module, an extraneous offset in the column index made that it took the previous column as the SFR rather than the selected column.
-
- 18 Jan, 2016 1 commit
-
-
Médéric Boquien authored
-
- 15 Jan, 2016 1 commit
-
-
Médéric Boquien authored
Better handle the case where one of the redshift is 0 to correct the physical properties for a possible offset between the observed and the model redshifts.
-
- 14 Jan, 2016 1 commit
-
-
Médéric Boquien authored
Correct the mass-dependent physical quantities for the difference between the redshift of the model and the redshift of the observation. Because the former is rounded to 2 decimal places, there can be a redshift difference of 0.005 (if CIGALE computes the list of redshifts itself). This can lead to differences of more than 0.35 dex at z=0.01 for instance.
-
- 18 Dec, 2015 1 commit
-
-
Médéric Boquien authored
Move most of the computation to _init_code() to make the sfhdelayed module consister with other modules.
-
- 17 Dec, 2015 1 commit
-
-
Médéric Boquien authored
We need to start the age grid at 0 rather than 1. Otherwise when we do not normalise the SFH, the scale would be wrong, with the SFR at the first time step being sfr0×exp(-1/tau_main) rather than sfr0.
-
- 14 Dec, 2015 1 commit
-
-
Yannick Roehlly authored
-
- 11 Dec, 2015 1 commit
-
-
Médéric Boquien authored
-
- 10 Dec, 2015 3 commits
-
-
Médéric Boquien authored
Normalise the attenuation curves so that their E(B-V) corresponds to the E(B-V) requested by the user.
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 08 Dec, 2015 1 commit
-
-
Médéric Boquien authored
Merge the output files into one. The parameters estimated from the PDF are prefixed with 'bayes' and those from the best fit with 'best'.
-
- 07 Dec, 2015 10 commits
-
-
Médéric Boquien authored
In the presence of upper limits, correct the scaling factor of the models to the observations before computing the χ², not after.
-
Médéric Boquien authored
When stripping the _log suffix of a variable names, let's just remove the last four characters instead of relying on strip(), which can have nasty side effects.
-
Médéric Boquien authored
When estimating a parameter in log, these were not scaled appropriately and taken in log when saving the related PDF
-
Médéric Boquien authored
When estimating a parameter in log, these were not scaled appropriately and taken in log when saving the related χ²
-
Yannick Roehlly authored
Version 0.8.1
-
Yannick Roehlly authored
-
The detection of the '_log' suffix in variables and its removal to compute the models was overzealous. Fix this.
-
Yannick Roehlly authored
Revert the commit to re-apply it using git-flow hotfix. This reverts commit d8fab1df.
-
Médéric Boquien authored
Assign the fluxes to the correct array. For some reason I was sure I corrected that before committing the changes last Friday.
-
Médéric Boquien authored
The detection of the '_log' suffix in variables and its removal to compute the models was overzealous. Fix this.
-
- 04 Dec, 2015 4 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
Introduce the possibility of saving only specific output parameters with savefluxes. This should accelerate the computation while reducing memory usage.
-
Médéric Boquien authored
-
Yannick Roehlly authored
CIGALE discards the negative fluxes. We must reverse the pseudo filters used for absorption line indices to produce positive fluxes.
-
- 03 Dec, 2015 6 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
Get rid of the array containing the redshifts of all the models. Now that we infer the redshift of individual models from the list of unique redshifts it is not needed anymore. This change saves 8 bytes per model. The code should be marginally faster too.
-
Médéric Boquien authored
-
BURGARELLA Denis authored
Version 0.8.0
-
BURGARELLA Denis authored
-
BURGARELLA Denis authored
-
- 01 Dec, 2015 4 commits
-
-
Yannick Roehlly authored
In the attenuation modules, remove the attenuation.ebvs_main and attenuation.ebvs_young parameter that are duplicates of attenuation.E_BVs.stellar.old and attenuation.E_BVs.stellar.young. Homogenise the outputs of the two modules and add the Av/E_BVs old factors to the information dictionary so that their analysis can be done.
-
Yannick Roehlly authored
-
Yannick Roehlly authored
When a best model is saved to a VO-table XML file, the SED information and parameters stored in the file "headers" are now alphabetically sorted.
-
Médéric Boquien authored
The 0.7.1 got accidentally released with a bug in pcigale-plots and with a new feature. Not a good idea to have a minor version in that case. Let's remove 0.7.1 from history and let's call the fixed version 0.8.0.
-
- 30 Nov, 2015 4 commits
-
-
Médéric Boquien authored
-
BURGARELLA Denis authored
-
BURGARELLA Denis authored
-
BURGARELLA Denis authored
-