- Oct 11, 2018
-
-
James Clark authored
single IFO bug fix See merge request lscsoft/bayeswave!22
-
Tyson Littenberg authored
-
Tyson Littenberg authored
-
- Oct 10, 2018
-
-
James Clark authored
-
James Clark authored
O3 dev See merge request lscsoft/bayeswave!20
-
Tyson Littenberg authored
Updates To Continuous Deployment See merge request lscsoft/bayeswave!21
-
James Clark authored
overhaul ci script added O3dev as a ref to contain and test
-
- Oct 05, 2018
-
-
Tyson Littenberg authored
preserve default behavior from O2
-
Tyson Littenberg authored
-
Tyson Littenberg authored
-
Tyson Littenberg authored
-
- Aug 16, 2018
-
-
James Clark authored
Fix residual histogram plotting code See merge request lscsoft/bayeswave!19
-
- Aug 14, 2018
-
-
Sudarshan Ghonge authored
1. Make error message on residuals histogram failure more informative 2. Add if-else which checks if `bayeswave.run` has the `Command` on line 9. If not, it reads line 8.
-
- Aug 13, 2018
-
-
Sudarshan Ghonge authored
1. Change `mod` to `model` to in line 1412. 2. Add item to `hashlist` (line 1395) to include Virgo in histogram plotting.
-
- Aug 02, 2018
-
-
James Clark authored
remove mention of CW/lalapps from contribution guide See merge request lscsoft/bayeswave!18
-
James Clark authored
-
James Clark authored
Docs Update See merge request lscsoft/bayeswave!17
-
James Clark authored
-
James Clark authored
-
James Clark authored
-
- Jul 24, 2018
-
-
James Clark authored
-
James Clark authored
support for trigger time systematic offset See merge request lscsoft/bayeswave!16
-
James Clark authored
-
- Jul 17, 2018
-
-
James Clark authored
Fpeak pipe See merge request lscsoft/bayeswave!15
-
James Clark authored
Updating support for fpeak calculation. BayesWaveFpeak is a modified version of BayesWavePost which conditions the high frequency spectrum of a waveform reconstruction and locates the maximum. This commit updates the pipele This commit updates the pipeline to provide support using modern config files to that code
-
James Clark authored
-
- Jun 20, 2018
-
-
James Clark authored
Megaplot string handling See merge request lscsoft/bayeswave!14
-
James Clark authored
Megasky dev See merge request lscsoft/bayeswave!13
-
Sudarshan Ghonge authored
-
- Jun 15, 2018
-
-
Sudarshan Ghonge authored
Add mdc fetching code that was previously deleted, add lines which plot and calculate searched sky area for injections, remove pylal functions
-
- Jun 11, 2018
-
-
Thomas Callister authored
-
Thomas Callister authored
ln 167: Added rstrip() to `cmdline = lines[8].rstrip().split(' ')` Previously, an invisible \n character was read in as part of the command-line string. When parsing the command line, this newline character was carried along as part of the Bayeswave arguments. For example, rather than reading ifo 1 to be 'L1', ifo 1 was defined as the string 'L1\n'. The rstrip() command removes all trailing whitespace (including '\n') from the command line before it is parsed into separate arguments. ln 855: plt.title('Spectrogram of median {0} waveform in {1}, Q={2}'.format(model.replace('_','\_'),ifoNames[int(ifo)], Q)) When the variable "model" contained an underscore, matplotlib attempted to interpret as a latex subscript and threw an error. The substition '_' --> '\_' ensures that any '_' characters are interpreted as string underscores, not subscripts.
-
- Jun 08, 2018
-
-
Sudarshan Ghonge authored
-
Sudarshan Ghonge authored
-
- May 30, 2018
-
-
James Clark authored
final instances of james-clark -> lscsoft See merge request lscsoft/bayeswave!12
-
James Clark authored
-
James Clark authored
corrected links to lscsoft, not james-clark See merge request lscsoft/bayeswave!11
-
James Clark authored
-
James Clark authored
Docs See merge request lscsoft/bayeswave!10
-
James Clark authored
-