- 17 Nov, 2017 2 commits
-
-
Gregory Ashton authored
Previously, we used the emcee.PTSampler, but this has been removed from the master branch of emcee (see discussion here https://github.com/dfm/emcee/issues/236) and a fork, ptemcee has been developed. Testing shows this is equivalent (after some changes in the interface) and perhaps better as it contains the adaptive temperature ladders developed by Will Vousden (the maintainer of ptemcee)
-
Gregory Ashton authored
This removes the convergence testing ideas previously implemented (currently juts commented, but later to be fully removed). These are clearly not useful without further study, which in itself would be a better time to develop an implementation.
-
- 16 Nov, 2017 1 commit
-
-
Gregory Ashton authored
-
- 06 Nov, 2017 1 commit
-
-
Gregory Ashton authored
-
- 03 Nov, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 30 Oct, 2017 1 commit
-
-
Gregory Ashton authored
-
- 20 Oct, 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
-
- 11 Oct, 2017 1 commit
-
-
Gregory Ashton authored
- Remove minStartTime, maxStartTime and outdir as default arguments - Adds notes ot documentation on which arguments are optional - Change log-level on some command line calls that dont' matter - Reorganise the tests performed after loading the data - If minStartTime and maxStartTime are None, set them using SFT_timestamps - Remove default labels from plot_twoF_cumulative - If add_pfs is called, call generate_loudest automatically - Save min/maxStartTime in pickle and load if required
-
- 06 Oct, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 05 Oct, 2017 1 commit
-
-
Gregory Ashton authored
-
- 03 Oct, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 02 Oct, 2017 6 commits
-
-
Gregory Ashton authored
- Previously, the predict_fstat directed lalapps_PredictFstat to write the output to /tmp/fs. This caused failure when /tmp could not be written to so instead it writes it to a file in the working directory and then removes it
-
Gregory Ashton authored
-
Gregory Ashton authored
- Allow read_par to have strings in the value - Fix bug in setting detector constraints - If fkdot not given, attempt to create it
-
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
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 29 Sep, 2017 2 commits
-
-
Gregory Ashton authored
Fixes #4 .
-
Gregory Ashton authored
The variable name was misleading and hence renamed
-
- 27 Sep, 2017 3 commits
-
-
Gregory Ashton authored
This adds a new method `setup_initialisation` which can be called to run the initialisation step. Splitting it out from the main functionality should make it easier for new users.
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 25 Sep, 2017 1 commit
-
-
Gregory Ashton authored
-
- 07 Sep, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 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
-
- 05 Sep, 2017 1 commit
-
-
Gregory Ashton authored
- Remove arbitrary dpi choices - Set the xlimits to remove white space before and after
-
- 02 Sep, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 26 Aug, 2017 2 commits
-
-
Gregory Ashton authored
- Converts coordinates to more usual Alpha. Delta F0, F1 ordering - Adds debug info on the Nstar for each dimension - Returns maximum Nstar iterating over each set of dimensions (not completely, just [0], [0, 1], [0, 1, 2], etc.
-
Gregory Ashton authored
This helps with timing to see which functions are being called repeatedly
-