- 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 2 commits
-
-
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
-
Gregory Ashton authored
-
- 06 Jun, 2017 1 commit
-
-
Gregory Ashton authored
-
- 02 Jun, 2017 1 commit
-
-
Gregory Ashton authored
-
- 16 May, 2017 1 commit
-
-
Gregory Ashton authored
-
- 15 May, 2017 1 commit
-
-
Gregory Ashton authored
- Adds injectSources to a variety of other methods - Adds conversion of injectSource to pfs_input
-
- 13 May, 2017 1 commit
-
-
Gregory Ashton authored
-
- 25 Apr, 2017 1 commit
-
-
Gregory Ashton authored
1) Add ability to in F0s, F1s etc in grid search directly (use tuple as (is) 2) Update cumulative legend 3) Add option to produce pfs_input directly to calculate_pfs 4) Fix spelling mistake 5) Update transient example in the paper
-
- 24 Apr, 2017 1 commit
-
-
Gregory Ashton authored
1) Adds check if the truths are not of the correct length (to prevent corner.corner error) 2) Improve sliding window labels 3) Adds option to plot gps seconds on the sliding window
-
- 21 Apr, 2017 1 commit
-
-
Gregory Ashton authored
A search, based on Reinhard's J0537-6910 work, in which the search is performed over F0 in a sliding window. Able to track changes in the power and frequency of the signal.
-
- 23 Mar, 2017 1 commit
-
-
Gregory Ashton authored
- Adds latex prior table writer (not found to be useful) - Add special case of 0 to texify_float - Expose texify_float in core - Fix confusing argument order in GridSearch
-
- 01 Mar, 2017 1 commit
-
-
Gregory Ashton authored
If nsegs > 1, a semi-coherent search is performed.
-
- 28 Feb, 2017 1 commit
-
-
Gregory Ashton authored
-
- 22 Feb, 2017 1 commit
-
-
Gregory Ashton authored
- Adds a simple interface to get grid search given uniform prior - Fixes detector -> detectors bug (previous versions, the constrains where not actually set) - Adds title functionality to plot2D
-
- 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.
-