- 23 Apr, 2014 1 commit
-
-
Médéric Boquien authored
-
- 21 Apr, 2014 8 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
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
Ensure that the column names line is commented to make some external softwares happy when reading the file.
-
- 18 Apr, 2014 1 commit
-
-
Médéric Boquien authored
Switch SFH ID to the column number rather than the column name because for memory efficiency reasons all infos are float values.
-
- 16 Apr, 2014 13 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Laure Ciesla authored
-
Médéric Boquien authored
During a given run the set of wavelengths will always be the same. Then it means we do not have to recompute the shape of the attenuation curve each time. So we compute it only the first time reuse it later.
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
We use only a memory-based cache, so we get rid of the option. For the time being we keep the architecture in place.
-
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
Cleaned up version of the upper limit handling code written by Denis. Some further optimisations should be easy.
-
- 15 Apr, 2014 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 14 Apr, 2014 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 09 Apr, 2014 1 commit
-
-
Médéric Boquien authored
-
- 07 Apr, 2014 1 commit
-
-
Médéric Boquien authored
-
- 01 Apr, 2014 1 commit
-
-
Médéric Boquien authored
Add back the possibility to read the redshifts from the input file. To do so, do not give any redshift to the redshifting module. To avoid having too many redshifts, it is rounded to 2 decimals. This number can be changed in the analysis modules.
-
- 29 Mar, 2014 9 commits
-
-
Médéric Boquien authored
Rewrite the savefluxes module to make use of the new infrastructure. Though this implementation is not terribly scalable in case of some really large arrays. It should be enough for now anyway. Famous last words.
-
Médéric Boquien authored
-
Médéric Boquien authored
Centralise OUT_DIR in one location. One day we will have to have a second look at all these files and maybe rearrange them a little.
-
Médéric Boquien authored
Move the backup dir function to the utils file common to all analysis modules so it can easily be used by all anlysis modules.
-
Médéric Boquien authored
-
Médéric Boquien authored
Optimise the computation of the fluxes. 1) consider only the SED section corresponding to the filter when computing the best grid. 2) As filters are already normalised, there is no need to divide my its integral to get the flux.
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-