- 26 Jan, 2016 1 commit
-
-
Médéric Boquien authored
-
- 21 Jan, 2016 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
If the list of analysed/saved physical properties is left empty in pcigale.ini, savefluxes saved all physical properties. This has been moved to the Configuration class and easily extended to the pdf_analysis module.
-
Médéric Boquien authored
When the redshifts are not indicated in pcigale.ini, compute them from the input flux file when the configuration dictionary is returned rather than in the analysis module, which should not have to change the configuration.
-
- 19 Jan, 2016 4 commits
-
-
Médéric Boquien authored
Implement an _init_code function so the initialisation of the module is separated from the processing of the SED. Because the initialisation can be slow, this should yield a speed-up when applying the module on different SED.
-
Médéric Boquien authored
Clarify the description of the module parameters to ensure that the time grid is correctly formatted and add a test to ensure this.
-
Médéric Boquien authored
Be more resilient by converting the array of SFR to float. This avoids a possible crash down the road when doing an in-place assignment of an integer with a float.
-
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.
-
- 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.
-
- 11 Dec, 2015 1 commit
-
-
Médéric Boquien authored
-
- 10 Dec, 2015 1 commit
-
-
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.
-
- 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 6 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 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 χ²
-
Médéric Boquien 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
The detection of the '_log' suffix in variables and its removal to compute the models was overzealous. Fix this.
-
- 04 Dec, 2015 2 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.
-
- 03 Dec, 2015 2 commits
-
-
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
-
- 01 Dec, 2015 2 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.
-
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 1 commit
-
-
BURGARELLA Denis authored
-
- 27 Nov, 2015 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 21 Nov, 2015 3 commits
-
-
Médéric Boquien authored
When no dust emission module is used, pcigale genconf complains that no dust attenuation module is used. Correctly specify dust emission and not attenuation. Bug reported by Laure Ciesla.
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 19 Nov, 2015 1 commit
-
-
BURGARELLA Denis authored
-
- 10 Nov, 2015 1 commit
-
-
Médéric Boquien authored
When the flux file contains a mix of spaces and tabulations as column separators, pcigale discards the header and takes the first data line as the header. Now pcigale properly handles such a combination. Bug reported by Paola Santini.
-
- 04 Nov, 2015 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 02 Nov, 2015 1 commit
-
-
Médéric Boquien authored
Remove the radio component from the dale2014 model so that it can be used with the more flexible radio module, courtesy Daniel Dale
-
- 01 Nov, 2015 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-