- Oct 02, 2017
-
-
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
- 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
-
- Sep 29, 2017
-
-
Gregory Ashton authored
Fixes #4 .
-
Gregory Ashton authored
The variable name was misleading and hence renamed
-
- Sep 27, 2017
-
-
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
-
- Sep 25, 2017
-
-
Gregory Ashton authored
-
- Sep 07, 2017
-
-
Gregory Ashton authored
-
- Sep 06, 2017
-
-
Gregory Ashton authored
- Provide a function in the BaseSearchClass to read in the ephemeris files - Some clean up of docstrings
-
- Sep 05, 2017
-
-
Gregory Ashton authored
- Remove arbitrary dpi choices - Set the xlimits to remove white space before and after
-
- Aug 26, 2017
-
-
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
-
Gregory Ashton authored
-
- Aug 24, 2017
-
-
Gregory Ashton authored
-
- Aug 23, 2017
-
-
Gregory Ashton authored
-
- Aug 21, 2017
-
-
-
Gregory Ashton authored
-
- Aug 20, 2017
-
-
Gregory Ashton authored
-
- Aug 19, 2017
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- Aug 18, 2017
-
-
Gregory Ashton authored
-
- Aug 17, 2017
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- Aug 16, 2017
-
-
Gregory Ashton authored
-
- Aug 15, 2017
-
-
Gregory Ashton authored
-
- Aug 10, 2017
-
-
Gregory Ashton authored
-
- Aug 09, 2017
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- Aug 08, 2017
-
-
Gregory Ashton authored
- Adds autocorrelation attempt (using PR 223 to emcee)
-
- Aug 04, 2017
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
- Adds return_type option to return (by default) a Bunch class such that the attributes can be accessed as `out.F0`, `out.F1` etc - Improves documentation
-
Gregory Ashton authored
- Cleans up convergence messages - Adds autocorrelation calculation - Provide acccess to `c` parameter - Improve overall documentation of run()
-
- Aug 03, 2017
-
-
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.
-
- Aug 02, 2017
-
-
Gregory Ashton authored
- Adds amplitude prefact - Adds F1 - Reorganise code to aid in future development
-
Gregory Ashton authored
-