- 11 Mar, 2014 1 commit
-
-
Médéric Boquien authored
-
- 20 Feb, 2014 1 commit
-
-
Médéric Boquien authored
-
- 19 Feb, 2014 1 commit
-
-
Yannick Roehlly authored
Modification to savefluxes to have all the contenct of the sed.info dictionary in the output table. That means that all the SED created with the modules must have the same sed.info keys.
-
- 14 Feb, 2014 1 commit
-
-
Médéric Boquien authored
-
- 11 Feb, 2014 1 commit
-
-
Yannick Roehlly authored
Move the igmattenuation module and its LSST dependencies inside the psum analysis module. Remove the redshift_module and redshift_configuration parts of the configuration file.
-
- 30 Jan, 2014 1 commit
-
-
Yannick Roehlly authored
-
- 29 Jan, 2014 1 commit
-
-
Yannick Roehlly authored
Now the redshift is an attribute of the SED. The SED.compute_fnu() no longuer takes redshift and apply_redshift arguments as the SED is supposed to be redshifted. The SED.lambda_fnu() method was converted to the SED.fnu property returning th Fν flux density at each wavelength of the wavelength grid.
-
- 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 3 commits
-
-
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.
-
- 18 Sep, 2013 1 commit
-
-
Yannick Roehlly authored
Also warn the user when an output was renamed.
-
- 17 Sep, 2013 3 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
So that the configuration files and the serialized data have a logical order.
-
- 16 Sep, 2013 1 commit
-
-
Yannick Roehlly authored
-