- 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 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.
-
- 10 May, 2013 1 commit
-
-
Yannick Roehlly authored
Oops, this should have been corrected a long time ago.
-
- 29 Apr, 2013 2 commits
-
-
Yannick Roehlly authored
By default, an exception is raised when adding an existing key to the info dictionary. Make it possible to bypass this, for instance to add age if we want to combine various SFH.
-
Yannick Roehlly authored
If we redshift a SED using a module, we must not redshift the wavelength to compute the λ, Fν array tuple. Thus we make it optional and not default.
-
- 23 Apr, 2013 3 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
- 20 Apr, 2013 2 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
- 08 Apr, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 03 Apr, 2013 15 commits
-
-
Yannick Roehlly authored
Convert the warehouse a its own module and use submodules for each "back-end". Also, make the back-end configurable with a parameter of the psum analysis module.
-
Yannick Roehlly authored
It's better (for now) to use only get_from_cache and get None when the object is not cached.
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
As there is a specific module to redshift the spectrum, do not automatically apply the redshift when computing a flux.
-
Yannick Roehlly authored
The redshifting module must be separated from the main modules producing the restframe SED, because the redshift parameter is taken directly from the observation list. Nevertheless, it is still a SED creation module because one may want to use it for testing various redshifts.
-
Yannick Roehlly authored
Simplify some module names: dh2002_ir > dh2002 sfh_2exp > sfh2exp
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
Rename m2005_sfh to m2005 as it does not deal with the star formation history.
-
Yannick Roehlly authored
The Marasont 2005 module is modified to use the output of a star formation history module. The SFH is now a complete SFR vs time tuple (taken from the SED information dictionary) and the age of the galaxy is defined by this SFH (the maximum time). The Maraston 2005 data class is also changed to make the convolution in such SFH.
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
- 21 Mar, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 02 Mar, 2013 1 commit
-
-
Yannick Roehlly authored
Instead of writing all the computation table at once, write one table per observation as a FITS file.
-
- 27 Feb, 2013 1 commit
-
-
Yannick Roehlly authored
-