- 01 Aug, 2017 1 commit
-
-
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 4 commits
-
-
If there are multiple detectors, then multiple .sft files are generated. This updates the attribute 'sftfilename' -> 'sftfilenames', a list of those files while also updating 'sftpilpath' to a colon separated list of the relevant sft files.
-
Gregory Ashton authored
If there are multiple detectors, then multiple .sft files are generated. This updates the attribute 'sftfilename' -> 'sftfilenames', a list of those files while also updating 'sftpilpath' to a colon separated list of the relevant sft files.
-
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.
-
Gregory Ashton authored
Removes the forced `int` for `fmin` in MFD. As noted by David, this isn't required.
-
- 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
-
- 13 Jul, 2017 2 commits
-
-
David Keitel authored
-
David Keitel authored
-try-except wrapper for subprocess.check_output() -use this for MFDv5 call (properly terminate at error!) -and for other small utility calls -use unique variable names for cl strings too
-
- 05 Jul, 2017 1 commit
-
-
David Keitel authored
-first check $DISPLAY environment variable -then use non-interactive "AGG" backend if necessary
-
- 02 Jun, 2017 1 commit
-
-
Gregory Ashton authored
- Add peak detection utilities - Move generate_loudest - Add SSBprec pass through to MCMC searches - Fix convergence stat (missing sqrt) - Minor fixes to plot_walkers (put detection statistic behind walkers)
-
- 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
-
- 10 May, 2017 1 commit
-
-
Gregory Ashton authored
If the given tstart is before the minStartTime this will error - so instead, select the minStartTime
-
- 04 May, 2017 1 commit
-
-
Gregory Ashton authored
Previously, if the data span was shorter than the requested tstart-tend, the code would choke when attempting to calculate twoF over a range without any data. Instead, the code now automatically only compute twoF over a range with data in it.
-
- 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
-
- 21 Apr, 2017 1 commit
-
-
Gregory Ashton authored
-
- 20 Apr, 2017 3 commits
-
-
Gregory Ashton authored
- Adds option to underplot the preducted Fstat 1-sigma variation in twoF_cumulative plots - Adds isolated function to predict Fstat (wrapper to lalapps function) - Adds detector colours dictionary: use elsewhere
-
Gregory Ashton authored
-
Gregory Ashton authored
- Expose generate_loudest - add check if par exists - All read_par to read_loudest - Make the default save_fig to be True in plot_corner
-
- 13 Apr, 2017 1 commit
-
-
Gregory Ashton authored
-
- 11 Apr, 2017 2 commits
-
-
Gregory Ashton authored
Makes this an optional module, adds it to the requirements and README.md
-
Gregory Ashton authored
-
- 04 Apr, 2017 3 commits
-
-
Gregory Ashton authored
A hack fix for the internal error in LALSUITE - this should be reversed once we have solved the fundamental issue: if the data contains no sfts for that period, return 0 not nan
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 02 Mar, 2017 1 commit
-
-
Gregory Ashton authored
If SFTs where not loaded, i.e. if injectSources was used, no timestamps are generated. In such a case don't attempt to used them.
-
- 01 Mar, 2017 1 commit
-
-
Gregory Ashton authored
- Adds debug information - If no data is in a given segment, a nan will be produced. Rather than summing this, the code will now replace it with zero and spit out a debug message to the effect.
-
- 28 Feb, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
As far as I can tell this should not be here (transient=True) in this case. Nevertheless, I'm leaving it commented as this is quite a core routine and I wish to remind myself to investigate it further.
-
- 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
-
- 08 Feb, 2017 1 commit
-
-
Gregory Ashton authored
- Addresses incorrecelt named attributes and prevents error if sftfilepath is not specified
-
- 03 Feb, 2017 1 commit
-
-
Gregory Ashton authored
-
- 02 Feb, 2017 1 commit
-
-
Gregory Ashton authored
Also adds thetas_at_ref data to the Writer object
-
- 31 Jan, 2017 1 commit
-
-
Gregory Ashton authored
-
- 30 Jan, 2017 4 commits
-
-
Gregory Ashton authored
Now forces use of dtglitch = None for no glitches
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 25 Jan, 2017 1 commit
-
-
Gregory Ashton authored
1) Adds 'add_noise' option (defaults to true) 2) Better checking of Writer for if all glitch parameters have the same length (avoid strange errors) 3) Fixes issue in which the tqdm ignore command was itself ignored
-