- 06 Aug, 2019 1 commit
-
-
Reinhard Prix authored
- logged commandline can contain full path to exectable, so cmdline-comparison must be agnostic to that - fixes failing test against pip-installed lalsuite
-
- 01 Jul, 2019 3 commits
-
-
Reinhard Prix authored
- supply consistent flake8 settings in setup.cfg
-
Reinhard Prix authored
- adapt to change in lalsuite API (PulsarAmplitudeParams) in aff93c45
-
Reinhard Prix authored
- tests currently fail
-
- 07 Feb, 2018 1 commit
-
-
Gregory Ashton authored
-
- 12 Dec, 2017 3 commits
-
-
-
David Keitel authored
-
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
-
- 20 Oct, 2017 1 commit
-
-
Gregory Ashton authored
-
- 02 Oct, 2017 1 commit
-
-
Gregory Ashton authored
- Adds basic_setup method to do simple tasks like make directories and set start and end times - Remove doubled predict_fstat code
-
- 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
-
- 09 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 04 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 03 Aug, 2017 2 commits
-
-
Gregory Ashton authored
- When Alpha and Delta are not given, use a simple sin - Also fixes error in DeltsFSpin when Alpha and Delta are given - Removes Alpha and Delta from MFDv4 call since they are not used
-
Gregory Ashton authored
Since each SFT is generated in a for loop, the process can be quite slow. This allows the user with `pathos` multiprocessing installed to leverage `-N` cores (set by command line arg) to speed the process up Setting N=1 or if pathos is not installed, reverts to the usual behaviour.
-
- 02 Aug, 2017 4 commits
-
-
Gregory Ashton authored
- Adds amplitude prefact - Adds F1 - Reorganise code to aid in future development
-
Gregory Ashton authored
Previously, each individual SFT was written separately. This adds functionality to concatenate all files used `lalapps_splitSFTs`.
-
Gregory Ashton authored
-
Gregory Ashton authored
Two new Writer classes to generate artifacts with either Frequency Modulation alone, or Frequency and Amplitude modulation
-
- 01 Aug, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-