- Jun 19, 2018
-
-
Moritz Huebner authored
-
Gregory Ashton authored
Also fixes a typo
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Colm Talbot authored
Set total data loaded for the PSD calculation from frame file to be `psd_duration` See merge request Monash/tupak!75
-
Sylvia Biscoveanu authored
-
Gregory Ashton authored
-
- Jun 18, 2018
-
-
Gregory Ashton authored
Also adds documentation for buffer_time
-
Gregory Ashton authored
-
Gregory Ashton authored
- Removes overwrite_psd - Make the data actually be set
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
- Add explicit sampling_frequency, duration, and start_time - Generalise the 1s offset to an argument, buffer_time
-
Gregory Ashton authored
In particular, merge bb9b5904 changes to set_data into their new location.
-
Paul Lasky authored
add KAGRA See merge request Monash/tupak!70
-
Gregory Ashton authored
-
Colm Talbot authored
Add two extra seconds of data when reading from frame See merge request Monash/tupak!73
-
Gregory Ashton authored
Adds a set method from an array - this is used by set_data and inject_signal.
-
Sylvia Biscoveanu authored
-
Gregory Ashton authored
-
Gregory Ashton authored
Rather than passing around a list of interferometers, have a defined set. Motivation: in several places we had dangerous calls to interferometers[0].attribute which will get confusing if not all IFO's have the same duration etc. This enforces that they do.
-
Gregory Ashton authored
start_time -> epoch
-
Gregory Ashton authored
Ensures that a useful error message is reported when the data is not set
-
Colm Talbot authored
Burst See merge request Monash/tupak!71
-
Gregory Ashton authored
-
Gregory Ashton authored
- Add a InterferometerStrainData class - Use set_data to set the strain_data attribute of interferometer - Adds properties to interferometer which call down to the strain_data - Rename data -> frequency_domain_strain (effects likelihood and utils) - Removes whitened_data method that was not used - Move data plotting to method of interferometer and remove duplicate code
-
Jade Powell authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
Fix up logging Closes #106 See merge request Monash/tupak!69
-
Colm Talbot authored
Add likelihood evaluations to the posterior data frame Closes #105 See merge request Monash/tupak!68
-
- Jun 17, 2018
-
-
Gregory Ashton authored
-
Gregory Ashton authored
- Checks if handlers already exist before adding them - Add option to turn on/off printing of version information (off by default) - Add call to setup_logger by default (with version information turned on by default) Note - this makes empty calls to setup_logger() obsolete. However, if you want to log to a file, with setup_logger(label='label') is still useful.
-
Gregory Ashton authored
- Only implemented for nestle and dynesty - Other samples will have NaN (partial) Fix #105
-
- Jun 15, 2018
-
-
Colm Talbot authored
Docstring update See merge request Monash/tupak!63
-
Moritz Huebner authored
# Conflicts: # tupak/gw/conversion.py # tupak/gw/detector.py # tupak/gw/likelihood.py # tupak/gw/utils.py # tupak/gw/waveform_generator.py
-
Moritz Huebner authored
-
Moritz Huebner authored
-