- 05 Feb, 2018 1 commit
-
-
David Keitel authored
-to later allow for CUDA implementation -some optional-import acrobatics to fail gracefully if a module (especially CUDA) is not available -as of this commit, nothing beyond lal implemented yet
-
- 31 Jan, 2018 1 commit
-
-
David Keitel authored
-
- 10 Jan, 2018 1 commit
-
-
David Keitel authored
-
- 22 Dec, 2017 2 commits
-
-
Gregory Ashton authored
-
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 2 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
-