- 19 Oct, 2017 1 commit
-
-
Médéric Boquien authored
In order to capture short evolutionary phases we assume that over 1 Myr star formation occurs in 10 small episodes every 0.1 Myr, rather than 1 large episode every 1 Myr and nothing in-between.
-
- 18 Sep, 2017 2 commits
-
-
Médéric Boquien authored
Add the option to build the database with the high resolution BC03 models rather than the low resolution ones.
-
Médéric Boquien authored
-
- 03 Feb, 2017 1 commit
-
-
Médéric Boquien authored
Do not store anymore the filter type as all the filters are now assumed to be in units of energy. The conversion from photon to energy is carried out by the import procedure as needed.
-
- 21 Dec, 2016 1 commit
-
-
Médéric Boquien authored
-
- 16 Dec, 2016 1 commit
-
-
Médéric Boquien authored
Update the nebular models from Akio Inoue. Now log U is sampled in steps of 0.1 dex down to -4. Also deviations from the 10000K case B assumption are taken into account.
-
- 15 Oct, 2015 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 14 Oct, 2015 1 commit
-
-
Laure Ciesla authored
-
- 20 Sep, 2015 2 commits
-
-
Médéric Boquien authored
Speedup the construction of the database. One of the issues is that models where inserted and committed one by one, which is very slow with SQLite. Now we rather insert all the models at once (for instance all the DL07 models) and commit only when this is done. Even on an SSD, the total run time of python setup.py build goes from 5m20s to 2m42s. The speedup should be even more spectacular on a rotating hard drive.
-
Médéric Boquien authored
-
- 31 Aug, 2015 1 commit
-
-
Médéric Boquien authored
-
- 25 Aug, 2015 1 commit
-
-
Médéric Boquien authored
-
- 24 Jul, 2015 1 commit
-
-
Yannick Roehlly authored
The pseudo filters used to compute (pseudo) line fluxes must not be normalised to 1. Also, we set their effective wavelength to the mean wavelength of the positive part.
-
- 01 Apr, 2015 2 commits
-
-
Médéric Boquien authored
Resample the m2005 stellar models at long wavelengths. The reason is that as the sampling is too sparse, the linear interpolation carried out in cigale creates waves that are not only disgracious but that also artificially boost the broadband fluxes flux. Patch based on previous commit that fixed the same issue for the bc03 models.
-
Médéric Boquien authored
Resample the bc03 stellar models at long wavelengths. The reason is that as the sampling is too sparse, the linear interpolation carried out in cigale creates waves that are not only disgracious but that also artificially boost the broadband fluxes flux.
-
- 30 Mar, 2015 2 commits
-
-
- 27 Oct, 2014 1 commit
-
-
Médéric Boquien authored
-
- 28 Aug, 2014 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
Update the Dale 2014 model with a finer sampling. We now use the same grid as the Draine models. Courtesy Daniel Dale.
-
- 14 Aug, 2014 1 commit
-
-
Médéric Boquien authored
Build the BC03 models only up to 14 Gyr rather than 20 Gyr. The use case for 20 Gyr is very weak. Limiting to 14 Gyr brings two major advantages: it reduces the size of the database from 3.6GB to 2.9GB and it should make the computation faster as the SSP grid size is smaller.
-
- 11 Jul, 2014 1 commit
-
-
Médéric Boquien authored
-
- 02 Jul, 2014 1 commit
-
-
Médéric Boquien authored
-
- 14 May, 2014 1 commit
-
-
Médéric Boquien authored
-
- 21 Apr, 2014 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 11 Mar, 2014 1 commit
-
-
Médéric Boquien authored
-
- 10 Mar, 2014 1 commit
-
-
Laure Ciesla authored
-
- 25 Feb, 2014 1 commit
-
-
Médéric Boquien authored
-
- 20 Feb, 2014 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
Implement the nebular continuum emission. This has required some refactoring to have some homogeneous naming.
-
- 19 Feb, 2014 1 commit
-
-
Médéric Boquien authored
Update with Inoue's latest models computed with a BC03 stellar continuum. 124 lines are now included from the FUV to the FIR.
-
- 14 Feb, 2014 1 commit
-
-
Médéric Boquien authored
-
- 10 Feb, 2014 1 commit
-
-
Médéric Boquien authored
-
- 30 Jan, 2014 1 commit
-
-
Médéric Boquien 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.
-
- 09 Dec, 2013 2 commits
-
-
Yannick Roehlly authored
Class name should be CamelCased, arguments and variable inside functions should be lower case. There's no need to put my name in authors when I did not do anything. Use the new post-fixed key names for contributions.
-
Laure Ciesla authored
-