- 25 Oct, 2017 1 commit
-
-
Médéric Boquien authored
Change the way the Maraston models are built in order to capture the rapid evolutionary phases, similarly to the changes done for the BC03 models.
-
- 19 Oct, 2017 1 commit
-
-
Médéric Boquien authored
In order to capture short evolutionary phases we assume that over 1 Myr star formation occurs in 10 small episodes every 0.1 Myr, rather than 1 large episode every 1 Myr and nothing in-between.
-
- 18 Sep, 2017 6 commits
-
-
Médéric Boquien authored
Add the option to build the database with the high resolution BC03 models rather than the low resolution ones.
-
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
-
- 20 Jul, 2017 1 commit
-
-
Médéric Boquien authored
-
- 02 May, 2017 1 commit
-
-
Médéric Boquien authored
The computation of the fit taking into the upper limits would only work for the first few models because the number of bands was taken as the number of models.
-
- 14 Apr, 2017 1 commit
-
-
Médéric Boquien authored
-
- 10 Apr, 2017 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
The standardisation of error bars must be done on the final estimates, not on the estimates for a single block.
-
Médéric Boquien authored
Use a much more readable formula to compute the uncertainties. We use the fact that Var(X) = E(Var(X)) + Var(E(X)). At the same time, broadcast the weights array to the same shape as the other arrays in order to simplify the syntax for the computation.
-
- 07 Apr, 2017 1 commit
-
-
Médéric Boquien authored
Do not correct intensive physical properties for the difference in redshift between the observation and the grid.
-
- 30 Mar, 2017 3 commits
-
-
Médéric Boquien authored
Read the list of sed modules from pcigale.ini. This is more flexible than inferring this list from the input parameters file as some modules can be missing (for instance when using the default values for all the parameters of a given module).
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 27 Mar, 2017 4 commits
-
-
Médéric Boquien authored
Compute the best fit at the at the exact distance of the analysed object and not at the distance of the rounded redshift. This eliminates the need for a correction factor.
-
Médéric Boquien authored
Give the redshift of the model rather than the list of redshifts to correct for the redshift difference between the model and the observation.
-
Médéric Boquien authored
-
Médéric Boquien authored
Add a results manager to store the results of the analysis (bayesian and best fit estimates, best chi², etc.). Several such managers can be merged to combine appropriately the analysis of the observations in different blocks. This is the base class. The implementation will come in subsequent patches.
-
- 17 Mar, 2017 10 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
More correct block size computation to ensure that all the models are computed and that each block contains all the redshifts for a given model.
-
Médéric Boquien authored
-
Médéric Boquien authored
Save the model id rather than the index within the block as this would give an incorrect id when using more than one block.
-
Médéric Boquien authored
Switch savefluxes to using a models manager and make all the necessary adjustments with the workers.
-
Médéric Boquien authored
Add a models manager that stores the fluxes, the physical properties, and all the necessary information to compute the models. Actual use will come in forthcoming patches.
-
Médéric Boquien authored
Add the possibility to store the list of blocks of models to compute to the parameters manager. If the number of blocks is not given, we assume it must be computed in 1 block.
-
Médéric Boquien authored
Implement an observations manager. For now it is mainly used as a simple container for the observations table but upcoming rearchitecturing will make full use of it.
-
Médéric Boquien authored
Remove the TOLERANCE constant and replace it with 0. There is no good reason to have a tolerance and its value is quite arbitrary anyway.
-
Médéric Boquien authored
-
- 15 Mar, 2017 1 commit
-
-
Médéric Boquien authored
Do not crash when trying to compute equivalent widths when the nebular component emission is missing.
-
- 10 Mar, 2017 1 commit
-
-
Médéric Boquien authored
-
- 08 Mar, 2017 6 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
Rename ParametersHandler to ParametersManager to be consistent with new managers that will come in the near future.
-
Médéric Boquien authored
-
Médéric Boquien authored
The output directory is a bit of a mess, with it being defined in different places. As we never make use of the possibility of changing it, let's simply hardcode it to out/. It makes filenames slightly easier to read too.
-