- 14 Oct, 2016 1 commit
-
-
Gregory Ashton authored
By default, convert to nat. log.
-
- 13 Oct, 2016 7 commits
-
-
Gregory Ashton authored
This is not ideal, it would be better to calculate the idxs for the keys, but I don't see an easy to way to do it at the momemt.
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
1) Make tqdm import allow error and use it for the grid search as well 2) Allow functionality to change the flatten method in the 2D plot
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
- This requires more verbose input for all mulitple glitch searches (in the case that the prior is the same it will need to be repeated), but ultimately leads to greater flexibility.
-
- 12 Oct, 2016 1 commit
-
-
Gregory Ashton authored
Updates the logging initialisation so that, when called with -q flag, the log file is still written with INFO level log messages (only the console output is supressed).
-
- 11 Oct, 2016 5 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
Also fixes big in generate_initial_p0
-
Gregory Ashton authored
If an initialisation step is callled, the sampler runs the simulations for nsteps and selects the point with the highest lnprobability from which to restart the simulations. Previously, only the last step was used. In this update all steps are used and a message is printed to allow the user to determine if the selected point is appropriate.
-
Gregory Ashton authored
1) Colors the output depending on if it is burn-in or production 2) Adds another panel with the twoF values of all walkers (also colored by bunr-in or prod) 3) Also adds more logging to writing par files
-
- 10 Oct, 2016 3 commits
-
-
Gregory Ashton authored
1) Fixes error in glitch logp ts check 2) Adds ts check to logp to avoid raising ValueError when one of the glitch times is before the tstart 3) Fixes bug in BSGL so that it can be used with glitch searches 4) Generates the output directory before attempting to write log file
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 09 Oct, 2016 1 commit
-
-
Gregory Ashton authored
-
- 07 Oct, 2016 3 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
- Adds mismatch spacings - Adds maxNlocator option
-
- 05 Oct, 2016 1 commit
-
-
Gregory Ashton authored
-
- 04 Oct, 2016 3 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 03 Oct, 2016 4 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 01 Oct, 2016 1 commit
-
-
Gregory Ashton authored
Note: this will break the tests which have not yet been updated
-
- 30 Sep, 2016 1 commit
-
-
Gregory Ashton authored
-
- 29 Sep, 2016 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 28 Sep, 2016 4 commits
-
-
Gregory Ashton authored
1) Adds check if the cached data will be used to avoid loading the search in the grid search 2) Adds better handling of errors in the par read 3) Adds ability to add 2d plots to an existing figure
-
Gregory Ashton authored
Adds a switch to calculate (or optimize over) BSGL rather than 2F. This should help to quiten noise events which exist only in one detector.
-
Gregory Ashton authored
-
Gregory Ashton authored
- Adds ability to truncate data to a specified period - Removes the write-after option from the grid search - Adds option to just return the data array from the grid search
-
- 27 Sep, 2016 3 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
It seems that , due to the choice of transient windows, occasionally the calculated Fstat is +/- inf or a nan. This behaviour is not understood. To address this, we apply a simple check and if it is an undesirable value, return 0. This will inherently bias the chains away from regions of parameter space in which the output breaks.
-
Gregory Ashton authored
1) Improves the output 2) Fixes a bug in which the while loop got stcuk attempting to rename the glitch parameters (when ng > 1)
-