- Jun 27, 2018
-
-
Moritz Huebner authored
-
Moritz Huebner authored
-
Moritz Huebner authored
-
- Jun 26, 2018
-
-
Moritz Huebner authored
-
Moritz Huebner authored
-
Gregory Ashton authored
-
Gregory Ashton authored
Moves the plot_walker method to the Results object. The benefit here is that we can generate walker plots after the run and mitigate the chances of a plot error spoiling a run.
-
Gregory Ashton authored
- Also adds ability pass through the 'a' parameter used by emcee
-
Paul Lasky authored
Make the corner plots use 1, 2, and 3-sigma countours See merge request Monash/tupak!89
-
Gregory Ashton authored
Based on http://corner.readthedocs.io/en/latest/pages/sigmas.html
-
Gregory Ashton authored
Adds the emcee sampler class See merge request Monash/tupak!88
-
Gregory Ashton authored
-
Colm Talbot authored
-
- Jun 25, 2018
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Colm Talbot authored
Regularize default estimation of n_check_point Closes #117 See merge request Monash/tupak!87
-
Gregory Ashton authored
Make n_check_point estimation round to the nearest order of magnitude. Fixes #117
-
- Jun 23, 2018
-
-
Gregory Ashton authored
This adds methods to __dir__ so that plot_corner and other methods can be tab completed (in ipython). Unfortunately, this is done by setting these directly. While this isn't an ideal solution - there is no obvious way to automate the process as methods to looks up all methods themselves use the __dir__ attribute causing a recursion error. Closes #111
-
- Jun 22, 2018
-
-
Colm Talbot authored
fix conversion tests See merge request Monash/tupak!85
-
Colm Talbot authored
-
Gregory Ashton authored
Tidy up of inject signal Closes #115 and #116 See merge request Monash/tupak!82
-
Gregory Ashton authored
Sets the filter_frequency used in frame_file based on the maximum Closes #108 See merge request Monash/tupak!83
-
Colm Talbot authored
-
Colm Talbot authored
-
plasky authored
-
- Jun 21, 2018
-
-
Gregory Ashton authored
- Provides backward compatibility for people with scripts using the old style - Also because, as Colm pointed out, there may be bugger behaviour with multiple detectors and it may take a long time to calculate the waveform - Change the name in `inject_signal` from waveform_polarizations->injection_polarizations. This last step could break peoples code who are using inject_signal directly, but its probably best to unify notation now rather than have two names for one thing.
-
Gregory Ashton authored
This reverts commit 2ab4bddd.
-
Gregory Ashton authored
A non-ideal fix to get the coverage badge to work. Seemingly it was failing before because it now sees tupak as being in the dist-packages. I've added a hard path to that directory so that at least the numbers are correct.
-
Gregory Ashton authored
Also makes the filter_freq and alpha explicit so its easier to see where these are set.
-
Gregory Ashton authored
For some reason, the list comprehension method of setting the IFOs intereacted badly with the example_test method. This doesn't change anything, but just makes it a straightforward for loop. Also removes the failing detector tests.
-
Gregory Ashton authored
-
Gregory Ashton authored
Closes #116
-
Gregory Ashton authored
Closes #111
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
- Changes the warning to an Error - Adds method to InterferometerStrainData to check if a time is within the span - Clean up logging of warning if the geocent_time is within the data span - Print infomation about the injection to the terminal Closes #115
-
Gregory Ashton authored
Adds the option to add a label to the saved data and plots associated with Interferometer
-
Gregory Ashton authored
fix logic in testing if injection is in segment, move to injection See merge request Monash/tupak!81
-
Colm Talbot authored
-
Colm Talbot authored
Adds explicit method to convert floats to delta functions See merge request Monash/tupak!80
-