- 07 Dec, 2015 1 commit
-
-
Médéric Boquien authored
Assign the fluxes to the correct array. For some reason I was sure I corrected that before committing the changes last Friday.
-
- 04 Dec, 2015 1 commit
-
-
Médéric Boquien authored
Introduce the possibility of saving only specific output parameters with savefluxes. This should accelerate the computation while reducing memory usage.
-
- 12 Oct, 2015 1 commit
-
-
Médéric Boquien authored
-
- 11 Oct, 2015 1 commit
-
-
Médéric Boquien authored
Magic values are a bit of a pain to handle and are not safe. This patch removes the use of magic values and rather replaces them with NaN whenever appropriate. The logic of the input file stays the same but the magic values are converted internally after reading it so that the rest of the code does not have to deal with that.
-
- 10 Oct, 2015 1 commit
-
-
Médéric Boquien authored
-
- 20 Sep, 2015 1 commit
-
-
Médéric Boquien authored
-
- 30 Aug, 2015 2 commits
-
-
Médéric Boquien authored
As the code is much faster now, let's update the number of computed models a bit less often as printing something on screen causes a context switch
-
Médéric Boquien authored
We need to sort the sed.info before saving the data. The reason is that the dictionary orders the keys with a hash so it appears random. In addition the order also changes from one process to another (I suspect the hash also depends on a seed). Thanks to Yannick for pointing out this issue.
-
- 24 May, 2015 1 commit
-
-
Médéric Boquien authored
-
- 21 May, 2015 1 commit
-
-
Médéric Boquien authored
Implement a cache for the filters to compute the fluxes. Rather than passing the transmission table as an argument to compute_fnu(), which makes caching difficult and/or slow to compute the hash, we rather pass the filter name. Then the SED object fetches the filter from the database and resamples it on the optimal wavelength grid. The result is stored in cache to avoid carrying out this operation repeatedly.
-
- 20 May, 2015 1 commit
-
-
Médéric Boquien authored
-
- 10 Feb, 2015 1 commit
-
-
Médéric Boquien authored
Add a carriage return after we have computed the last model or analysed the last object so that the information does not get erased.
-
- 30 Sep, 2014 1 commit
-
-
Médéric Boquien authored
-
- 16 Apr, 2014 2 commits
-
-
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.
-
- 29 Mar, 2014 1 commit
-
-
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.
-