- 23 Oct, 2019 1 commit
-
-
Guang authored
-
- 09 Aug, 2019 1 commit
-
-
Médéric Boquien authored
Now that the minimum python version is 3.6, store integers as integers rather than as floats in SharedArray.
-
- 05 Aug, 2019 1 commit
-
-
Médéric Boquien authored
Implement the possibility of specifying a list of bands for which to carry out a Bayesian flux estimate.
-
- 26 Jul, 2019 1 commit
-
-
Yannick Roehlly authored
-
- 24 Jul, 2019 2 commits
-
-
Médéric Boquien authored
Improve the presentation of the sanity check and only do as at the end of the run so that sporadic messages are not displayed in individual blocks.
-
Médéric Boquien authored
Ensure that best models are properly computed when models are computed by blocks and that no fit could be made in one or more blocks.
-
- 11 Jun, 2019 1 commit
-
-
Médéric Boquien authored
-
- 08 Nov, 2018 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 06 Nov, 2018 1 commit
-
-
Médéric Boquien authored
-
- 18 Sep, 2018 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 12 Apr, 2018 1 commit
-
-
Médéric Boquien authored
-
- 31 Mar, 2018 2 commits
-
-
Médéric Boquien authored
Do not access SharedArray.array directly anymore but rather use the fact that SharedArray behaves somewhat like a Numpy array for basical operations.
-
Médéric Boquien authored
Store the model fluxes and properties in dictionaries of SharedArray rather than large SharedArray and adapt the rest of the code. It may be slightly slower doing so but it makes memory allocation easier and it allows to retrieve the values of the fluxes/properties much more convenient as we do not have to retain the index.
-
- 30 Mar, 2018 5 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
No need to add the names of the properties as an attribute as they are note used out of the constructor.
-
Médéric Boquien authored
Rather than fitting again the best model to retrieve the proper scaling, let's keep it. It takes little memory.
-
Médéric Boquien authored
-
Médéric Boquien authored
Store the Bayesian estimates in dictionaries of SharedArray rather than in one large SharedArray. This has the advantage to allocate smaller arrays, which is generally easier. Using dictionaries also makes it easier to access the values of a given property. First patch in a series to use dictionaries more extensively.
-
- 27 Feb, 2018 1 commit
-
-
Hector Salas authored
-
- 21 Feb, 2018 3 commits
-
-
Hector Salas authored
-
Hector Salas authored
-
Hector Salas authored
-
- 10 Apr, 2017 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
The standardisation of error bars must be done on the final estimates, not on the estimates for a single block.
-
Médéric Boquien authored
Use a much more readable formula to compute the uncertainties. We use the fact that Var(X) = E(Var(X)) + Var(E(X)). At the same time, broadcast the weights array to the same shape as the other arrays in order to simplify the syntax for the computation.
-
- 27 Mar, 2017 1 commit
-
-
Médéric Boquien authored
Add a results manager to store the results of the analysis (bayesian and best fit estimates, best chi², etc.). Several such managers can be merged to combine appropriately the analysis of the observations in different blocks. This is the base class. The implementation will come in subsequent patches.
-