- 18 Sep, 2018 1 commit
-
-
Médéric Boquien authored
Store the name of the individual lines in the database in order so they can easily be identified and retrieved.
-
- 15 Jan, 2018 1 commit
-
-
Médéric Boquien authored
Fν was computed by calculating Fλ and then converting to Fν, which led to typical differences in fluxes of typically 1-2% and a bit more for a handful of pathological filters. Now Fν is computed directly and a bit faster. At the same time rather than computing an effective wavelength (which was more a mean wavelength), we compute the pivot wavelength, which is more appropriate when converting between Fν and Fλ.
-
- 31 Oct, 2017 1 commit
-
-
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.
-
- 22 Dec, 2016 1 commit
-
-
Médéric Boquien authored
-
- 21 Oct, 2016 1 commit
-
-
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
-
- 19 Sep, 2015 1 commit
-
-
Médéric Boquien authored
First implementation of a script to list, add, remove, and plot the filters in the pcigale database. One or more filters can be added, removed, or plotted in one command.
-
- 31 Aug, 2015 1 commit
-
-
Médéric Boquien authored
-
- 30 Mar, 2015 2 commits
-
-
Laure Ciesla authored
-
Laure Ciesla authored
-
- 03 Nov, 2014 1 commit
-
-
Médéric Boquien authored
-
- 02 Jul, 2014 1 commit
-
-
Médéric Boquien authored
-
- 21 Apr, 2014 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 28 Mar, 2014 1 commit
-
-
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 5 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
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.
-
- 14 Feb, 2014 1 commit
-
-
Médéric Boquien authored
Make the source code more compatible with Python 3. As far as I understand the documentation, this should be harmless for Python 2.
-
- 10 Feb, 2014 1 commit
-
-
Médéric Boquien authored
-
- 30 Jan, 2014 3 commits
-
-
Médéric Boquien authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
Create two custom exceptions. When one tries to insert something in the database that is already inside, a DatabaseInserError is raised. When one asks for something in the database that is not present, a DatabaseLookupError is raised indicating what was not found.
-
- 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
-
- 16 Sep, 2013 2 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
- 08 Jul, 2013 1 commit
-
-
Médéric Boquien authored
PEP8-fication of the code and correction of various typos and spelling mistakes.
-
- 01 Jul, 2013 1 commit
-
-
Médéric Boquien authored
Add the necessary structures and methods to add and retrieve them from the database.
-
- 25 Jun, 2013 1 commit
-
-
Yannick Roehlly authored
Thanks to Médéric Boquien.
-