- 22 Dec, 2017 1 commit
-
-
Gregory Ashton authored
Previously, this functionality was part of GridSearch, this splits this into a separate subclass to ease future development.
-
- 21 Dec, 2017 1 commit
-
-
Gregory Ashton authored
-
- 20 Dec, 2017 5 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
Previously this returned True regardless of the value of transientWindowType when really we want to also check if it is not None
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 18 Dec, 2017 3 commits
-
-
David Keitel authored
-
David Keitel authored
-
David Keitel authored
-new output: full (t0,tau) Fstat map, if bands in those params are searched -one file per Doppler grid point
-
- 15 Dec, 2017 1 commit
-
-
Gregory Ashton authored
-
- 14 Dec, 2017 1 commit
-
-
Gregory Ashton authored
Closes #9
-
- 12 Dec, 2017 2 commits
-
-
-
David Keitel authored
-replaces boolean 'transient' flag -window type [none,rect,exp] for both injections and searches -t0, tau bands for gridsearch, single-point use (e.g. MCMC) should be unchanged
-
- 08 Dec, 2017 1 commit
-
-
Gregory Ashton authored
-
- 01 Dec, 2017 1 commit
-
-
Gregory Ashton authored
-
- 21 Nov, 2017 1 commit
-
-
Gregory Ashton authored
-
- 06 Nov, 2017 1 commit
-
-
Gregory Ashton authored
-
- 03 Nov, 2017 1 commit
-
-
Gregory Ashton authored
-
- 17 Oct, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
- Adds back in array method for caching data
-
- 16 Oct, 2017 2 commits
-
-
Gregory Ashton authored
- Just run separate 2D and 1D searches for each panel itself - Some additional clean up of the basic GridSearch method
-
Gregory Ashton authored
-
- 15 Oct, 2017 1 commit
-
-
Gregory Ashton authored
-
- 13 Oct, 2017 1 commit
-
-
Gregory Ashton authored
-
- 02 Oct, 2017 1 commit
-
-
Gregory Ashton authored
-
- 29 Sep, 2017 1 commit
-
-
Gregory Ashton authored
Fixes #4 .
-
- 06 Sep, 2017 1 commit
-
-
Gregory Ashton authored
- Provide a function in the BaseSearchClass to read in the ephemeris files - Some clean up of docstrings
-
- 23 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 19 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 09 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 01 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 28 Jul, 2017 1 commit
-
-
Gregory Ashton authored
If detectors is not specified, det=None, then in the outfile simply use 'NA' to indicate this.
-
- 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 3 commits
-
-
Previously, each search class named its own output file. This provides a function `set_out_file` in the top-level class which sets the `out_file` attribute to be used. - Adds class name to the out_file for clarity - Add detectors used Note - conflict resolved whilst cherry-picking
-
Gregory Ashton authored
Previously, each search class named its own output file. This provides a function `set_out_file` in the top-level class which sets the `out_file` attribute to be used. - Adds class name to the out_file for clarity - Add detectors used
-
Gregory Ashton authored
- In a prior commit, the number of sidebands checked for the normal search (i.e. SSBprec=2) was erroneously set to M0, rather than 9. This fixes that. - Also improves logging output - Splits of the UniformPriorToGrid run function to produce the data and plot separately
-
- 14 Jul, 2017 1 commit
-
-
David Keitel authored
-ported check from MCMC search -bug: for single-str SFT path, glob list comprehension was trying every single character
-
- 20 Jun, 2017 1 commit
-
-
Gregory Ashton authored
-
- 07 Jun, 2017 1 commit
-
-
Gregory Ashton authored
- Adds ability to use either a dict or a par file - Fixes bug in which if tstart and tend aren't specificed the data saving mechanism breaks
-