- 09 Jul, 2013 4 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
In Maraston 2005 module, use Z value for metallicity (instead of log10[Z/H]) and homogenise IMF name with BC03 ones.
-
- 08 Jul, 2013 2 commits
-
-
Yannick Roehlly authored
-
Médéric Boquien authored
PEP8-fication of the code and correction of various typos and spelling mistakes.
-
- 06 Jul, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 05 Jul, 2013 2 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
- 02 Jul, 2013 4 commits
-
-
Yannick Roehlly authored
If the SED is redshifted, apply the redshift before checking the boundaries.
-
Yannick Roehlly authored
Prepare to make it possible to get the flux in a filter without taking into account the contribution from the spectral lines.
-
Yannick Roehlly authored
-
Yannick Roehlly authored
Store the spectral lines in the SED as a three axis numpy array and add a method to add new sets of lines.
-
- 01 Jul, 2013 4 commits
-
-
Médéric Boquien authored
Add the necessary structures and methods to add and retrieve them from the database.
-
Médéric Boquien authored
-
Yannick authored
-
Yannick Roehlly authored
The redshifting also lower the fluxes (that's different from the cosmological dimming). Also, simplify some methods.
-
- 30 Jun, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 29 Jun, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 28 Jun, 2013 6 commits
-
-
Yannick Roehlly authored
-
Médéric Boquien authored
-
Yannick authored
-
Yannick Roehlly authored
The process method was used to complete and check the parameter dictionary before launching the _process one defined in each module. Now that the parameters are dealed with at instantiation, this separation is no more useful. Also, modify the attenuation modules to read the filter in the database at instantiation.
-
Yannick Roehlly authored
In order to speed-up module re-use, get the module needs (ssp, filters...) out of pcigale database at module instantiation instead of doing this everytime "process" is called. To do that: - we must give the module parameters (and proceed with their checking) at module instantiation. - we must add the possibility for each module to have its own initialisation code. In addition, to create the configuration file, we must be able to load the modules without any parameter to query them for their parameter list. The bc03, dh2002 and m2005 modules were changed to use this new behavior.
-
Médéric Boquien authored
-
- 27 Jun, 2013 3 commits
-
-
Yannick Roehlly authored
To avoid problems that might occur when, for instance, using an integer instead of a float, we now cast the module parameters to their expected type. This will also have the advantage to raise an error when a parameter can't be interpreted with its expected type. Also, use integer for age parameters as we are now using Myr as unit.
-
Yannick Roehlly authored
Thanks to Médéric Boquien. The normalisation factor must take into account the error associated with each filter flux.
-
Yannick Roehlly authored
-
- 25 Jun, 2013 1 commit
-
-
Yannick Roehlly authored
Thanks to Médéric Boquien.
-
- 17 Jun, 2013 2 commits
-
-
Yannick Roehlly authored
It's a dictionnary to hold the spectral lines associated with the SED. We use a disctionnary to be able to differentiate several sets of lines (e.g. lines from old and young populations). TODO: Complete the code to add the line contributions to the integrated flux.
-
Yannick Roehlly authored
Rename lumin_contributions to luminosities and use a 2 axis numpy array instead of a list of arrays. This should accelerate some operations. The star formation history is now stored in its own property. TODO: maybe automatically add age and instantaneous SFR to the info dictionnary when setting the SFH.
-
- 14 Jun, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 10 Jun, 2013 1 commit
-
-
Yannick Roehlly authored
To perform the convolution with the SFH, the rate of ionizing photons must not be stored as the log of its value.
-
- 07 Jun, 2013 2 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
The best SED must pass through the redshift/IGM module before being saved/plotted.
-
- 28 May, 2013 1 commit
-
-
Yannick Roehlly authored
Using Gyr leads to some errors when comparing times (because they are no really equals when they shoud). So we switch to the use of Myr as it is the precision for our times. Maybe later, we'll go further and use integers for these values.
-
- 23 May, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 22 May, 2013 2 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
- 13 May, 2013 1 commit
-
-
Yannick Roehlly authored
Rename it to dustatt_calzleit in preparation of a power law module.
-