- 17 Sep, 2013 9 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
For redshift and analysis module, we don't need to evaluate each parameter as an array as we don't expect arrays here (and that force us to use parameter[0] to get the value). Configobj return strings, to evaluate the booleans on their "string" content.
-
Yannick Roehlly authored
-
Yannick Roehlly authored
Instead of prefixing the key in the SED with the module name, we postfix them with the same postfix as the module name if any. This makes easier to inter-change modules adding the same information (for instance attenuation modules adding the attenuation value). That implies that when using several modules adding the same information, one must postfix the name of each.
-
Yannick Roehlly authored
Instead of prefixing the key in the SED with the module name, we postfix them with the same postfix as the module name if any. This makes easier to inter-change modules adding the same information (for instance attenuation modules adding the attenuation value). That implies that when using several modules adding the same information, one must postfix the name of each.
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
When one value for a parameter is a list (for instance the list of attenuation keys for re-emission modules) we had to use the "eval [["a", "b"]]" notation. Convert these module to use a single string with items separated by a & ("a & b"). WARNING we must still change the way parameters are evaluated not to return everytime a list.
-
Yannick Roehlly authored
So that the configuration files and the serialized data have a logical order.
-
- 16 Sep, 2013 10 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
Use sphinx with astropy _templates (it would be great to make pcigale an affilated package). Make the skeleton of the documentation. Start to write pcigale script usage.
-
Yannick Roehlly authored
We follow the astropy version number scheme VERSION-RELEASE.
-
Médéric Boquien authored
-
- 26 Aug, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 23 Aug, 2013 1 commit
-
-
Yannick Roehlly authored
Take the Maraston 2005 models from the right page (see Readme.rst). The one we were using come from an old (but still alive) page and the Kroupa half solar metallicity SSP had a problem that was corrected around 2011. Also, we keep all the unused SSP in the "not_in_base" folder.
-
- 30 Jul, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 24 Jul, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 11 Jul, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 09 Jul, 2013 6 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
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 1 commit
-
-
Médéric Boquien authored
Add the necessary structures and methods to add and retrieve them from the database.
-