- 29 Mar, 2014 1 commit
-
-
Médéric Boquien authored
-
- 28 Mar, 2014 1 commit
-
-
Médéric Boquien authored
-
- 06 Mar, 2014 1 commit
-
-
Médéric Boquien authored
Allow pcigale to run without stellar populations so we can carry out SED modelling of dust only for instance.
-
- 05 Mar, 2014 1 commit
-
-
Médéric Boquien authored
-
- 20 Feb, 2014 1 commit
-
-
Médéric Boquien authored
Remove the possibility to use the same module several times. Simplification of the code ensues. Now sed.info keys are prefixed with the characteristic of the module (stellar, nebular, etc.).
-
- 19 Feb, 2014 1 commit
-
-
Médéric Boquien authored
-
- 30 Jan, 2014 1 commit
-
-
Yannick Roehlly authored
-
- 13 Jan, 2014 1 commit
-
-
Yannick Roehlly authored
-
- 11 Jan, 2014 1 commit
-
-
Yannick Roehlly authored
Remove the author email addresses from the source files and add a AUTHORS.rst file with the addresses and current affiliation to make it easier to update the information. Also, give copyright to the University of Cambridge and the University of Crete for code developed by authors working there.
-
- 27 Dec, 2013 1 commit
-
-
Yannick Roehlly authored
It will make the documentation clearer.
-
- 26 Dec, 2013 4 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
For the creation and analysis modules, move the contents of the common.py files to the __init__.py.
-
Yannick Roehlly authored
Move the SED creation modules to pcigale.creation_modules to be more consistent with the analysis module location.
-
- 29 Nov, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 12 Nov, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 17 Sep, 2013 4 commits
-
-
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
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 1 commit
-
-
Yannick Roehlly authored
-
- 02 Jul, 2013 2 commits
-
-
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
-
- 29 Jun, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 28 Jun, 2013 1 commit
-
-
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.
-
- 27 Jun, 2013 1 commit
-
-
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.
-
- 14 Jun, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 22 May, 2013 2 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
- 13 May, 2013 2 commits
-
-
Yannick Roehlly authored
Rename it to dustatt_calzleit in preparation of a power law module.
-
Yannick Roehlly authored
* Multiplicate the Calzetti-Leitherer continuum by a power law. * Add a UV bump. * The luminosity under 91.2 nm to 0. * Extrapolate the continuum over 2200 nm until attenuation reach 0.
-
- 03 Apr, 2013 2 commits
-
-
Yannick Roehlly authored
Rename m2005_sfh to m2005 as it does not deal with the star formation history.
-
Yannick Roehlly authored
-