- 20 Sep, 2015 4 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 19 Sep, 2015 1 commit
-
-
Médéric Boquien authored
First implementation of a script to list, add, remove, and plot the filters in the pcigale database. One or more filters can be added, removed, or plotted in one command.
-
- 10 Sep, 2015 1 commit
-
-
Médéric Boquien authored
Ensure that the .fnu @property returns a result even if the redshifting module has not been applied. By default in that case we assume a distance of 10 parsecs. Note that as the redshifting module is mandatory (it is needed to apply the IGM absorption, which has a small effect even at z=0 with this formula), it should not happen. Issue found by Yannick Roehlly.
-
- 07 Sep, 2015 3 commits
-
-
Yannick Roehlly authored
Version 0.6.0
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
- 03 Sep, 2015 1 commit
-
-
Médéric Boquien authored
Implement a priodic SFH module in replacement of the sfhcomb_constant and sfhcomb_delayed modules. The new module handles rectangular, delayed, and exponential star-forming episodes.
-
- 02 Sep, 2015 2 commits
-
-
BURGARELLA Denis authored
-
Médéric Boquien authored
Attempt to fix the fit in the presence of upper limit. For some reason the newton method sometimes does not converge. Patch by Denis Burgarella.
-
- 01 Sep, 2015 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
Attempt to fix the upper limit by revert a clearly wrong commit from 2014 which did the opposite of what was said in the comment …
-
Médéric Boquien authored
-
- 31 Aug, 2015 11 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
Move the invocation of Matplotlib's Agg backend right after matplotlib's import. Even if it violates PEP8, it avoids some nasty warnings when runing pcigale-plots.
-
- 30 Aug, 2015 6 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
As the code is much faster now, let's update the number of computed models a bit less often as printing something on screen causes a context switch
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
We need to sort the sed.info before saving the data. The reason is that the dictionary orders the keys with a hash so it appears random. In addition the order also changes from one process to another (I suspect the hash also depends on a seed). Thanks to Yannick for pointing out this issue.
-
- 29 Aug, 2015 8 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
If there is the redshift information then there is necessarily the luminosity distance too. No need to test separately for the presence of each.
-
Médéric Boquien authored
Normalise the SFH appropriately in the same if then else statement. Bonus is that is saves an array multiplication if a specific scaling factor is not given.
-
Médéric Boquien authored
When computing the galaxy mass, convert from yr to Myr outside of the integral. That way we only multiply a scalar by 1e6 rather than a large array. Good for speed and memory bandwidth.
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
Simplify the construction of modules by remove the out_parameter_list dictionary. It was not used anywhere, was not always provided, and was not even up to date.
-
Médéric Boquien authored
Switch back to ordered dictionaries for the input parameters after all. That way the list of parameters is kept into a logical order when building the configuration file. The impact on performance is negligible.
-