- 29 Sep, 2017 2 commits
-
-
Gregory Ashton authored
Fixes #4 .
-
Gregory Ashton authored
The variable name was misleading and hence renamed
-
- 07 Sep, 2017 1 commit
-
-
Gregory Ashton authored
-
- 09 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 01 Aug, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 18 Jul, 2017 1 commit
-
-
Gregory Ashton authored
This renames the input sftfilepath to sftfilepattern and adds documentation on how that should be used, i.e. a colon separated list of wildstring or exact matches. In globbing for all matches, the colon split is added in. sftfilepath is still used by `Writer` since an exact path is known.
-
- 17 Jul, 2017 1 commit
-
-
Gregory Ashton authored
The command line argument is matched to formatting used by MFD to reconstruct the argument (using .16g) formatting. Ideally, all REAL8 should use this formatting.
-
- 21 Apr, 2017 1 commit
-
-
Gregory Ashton authored
-
- 11 Apr, 2017 1 commit
-
-
Gregory Ashton authored
-
- 21 Feb, 2017 1 commit
-
-
Gregory Ashton authored
-
- 14 Feb, 2017 3 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
- restructures the method into several different functions. - implements stopping if convergence is met a prespecified number of times - adds documentation - will plot the convgerence on the RH axis of the walkers plots
-
Gregory Ashton authored
Convergence testing based on the Rubin-Gelman statistic is implemented via `setup_convergence_test`. This does not truncate the search yet, but simply adds a trace to the walkers plots for testing
-
- 13 Feb, 2017 1 commit
-
-
Gregory Ashton authored
-
- 03 Feb, 2017 1 commit
-
-
Gregory Ashton authored
-
- 31 Jan, 2017 1 commit
-
-
Gregory Ashton authored
-
- 30 Jan, 2017 1 commit
-
-
Gregory Ashton authored
Now forces use of dtglitch = None for no glitches
-
- 18 Jan, 2017 1 commit
-
-
Gregory Ashton authored
Transforms the single pyfstat.py into a python module splitting the relevant code into separate sub-files in pyfstat. This should result in improved readability.
-
- 18 Nov, 2016 1 commit
-
-
Gregory Ashton authored
1) Moves the actual estimation to external function since it is not contingent on using the MCMC methods etc 2) Change notation to V, Vsky and Vpe 3) Fix some table outputs (Tcoh was forcing integer) 4) Rename of names -> detector_names 5) Adds tests 6) Writes a simpler table if the sky is not searched over
-
- 16 Nov, 2016 1 commit
-
-
Gregory Ashton authored
tstart tend refers to signal properties, so is only used when relevant. Otherwise use the LAL parameter min/maxStartTime
-
- 01 Nov, 2016 1 commit
-
-
Gregory Ashton authored
It seems the tests have been failing, but only falling out of range by ~0.11 rather than 0.1. This increases the allowed range to 0.2
-
- 05 Oct, 2016 1 commit
-
-
Gregory Ashton authored
-
- 03 Oct, 2016 1 commit
-
-
Gregory Ashton authored
-
- 25 Sep, 2016 1 commit
-
-
Gregory Ashton authored
-
- 22 Sep, 2016 1 commit
-
-
Gregory Ashton authored
-
- 21 Sep, 2016 5 commits
-
-
Gregory Ashton authored
This makes the MCMCGlitchSearch a subclass of the more general MCMCSearch
-
Gregory Ashton authored
-
Gregory Ashton authored
Create a separate class for pure ComputeFstat wrapper, then gives this as a parent to the other searches. Ultimately, this will allow the use of the ComputeFstat class without needing the glitch part, for example for a transient search.
-
Gregory Ashton authored
Removes the fully-coherent search which was just a wrapper to CFS_v2 and all of the `slow' methods which used command line arguments rather than the python interface.
-
Gregory Ashton authored
-