- 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 3 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
-
Gregory Ashton authored
-
- 24 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 23 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 21 Aug, 2017 3 commits
-
-
Gregory Ashton authored
-
-
Gregory Ashton authored
-
- 20 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 19 Aug, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 18 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 17 Aug, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 16 Aug, 2017 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 15 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 10 Aug, 2017 1 commit
-
-
Gregory Ashton authored
-
- 09 Aug, 2017 5 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 08 Aug, 2017 1 commit
-
-
Gregory Ashton authored
- Adds autocorrelation attempt (using PR 223 to emcee)
-
- 04 Aug, 2017 4 commits
-
-
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()
-
- 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.
-