- Aug 03, 2019
-
-
Jameson Graef Rollins authored
This is ultimately to remove assumptions about what is being plotted from the plotting function.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
The gwinc_matlab function itself is not being touched, but the gwinc function is being relegated to legacy with the upcoming nb.Budget interface.
-
- Jun 18, 2019
-
-
It is calculated if the YAML model include an 'Atmospheric' section that describes the atmospheric intrasound spectrum and coupling. Based on Harms LRR (2015), eq. 172 [https://doi.org/10.1007/lrr-2015-3]
-
- May 11, 2019
-
-
Evan Hall authored
-
- May 10, 2019
-
-
Evan Hall authored
Thermal noise still needs attention
-
- Mar 11, 2019
-
-
Jameson Graef Rollins authored
-
- Mar 08, 2019
-
-
for consistency with all other noise calculation functions.
-
Jameson Rollins authored
This reverts commit 4a60fc58. This was not an appropriate fix to whatever was needing to be addressed.
-
- Feb 23, 2019
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
- Dec 20, 2018
-
-
Rana Adhikari authored
-
Rana Adhikari authored
-
- Dec 19, 2018
-
-
Rana Adhikari authored
-
Rana Adhikari authored
-
- Aug 29, 2018
-
-
Jameson Graef Rollins authored
returns list of (param, value, other_value) tuples. command line interface added as well.
-
Jameson Graef Rollins authored
This is not elegant, but it works.
-
Jameson Graef Rollins authored
--dump option was not working anyway because of changes to precompIFO (which hopefully will be going away). text output now does not do precomp.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
matplotlib.pyplot throws a RuntimeError when no display is present. One way around that is to set the backend to AGG. But we don't want AGG when we do have a display. So we only want to set it opportunistically. But it also has to be set before anything else is imported. Kind of convoluted. So we really just import pyplot as opportunistically as possible, and then rely on setting AGG backend when we're sure we don't need it in main().
-
Christopher Wipf authored
-
Jameson Graef Rollins authored
All noise calculation functions in pygwinc take the arguments (freq, ifo) in that order. It's annoying that for some reason this one is different.
-
- Aug 28, 2018
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
The products of precompQuantum (primarily fSQL) are currently only used in squeeze.py (which is itself not used anywhere). Remove this function from preocomp, and move relevant bits into squeeze.py Also remove unused variables in precompPower that could confuse memoization.
-
Jameson Graef Rollins authored
-
- Aug 27, 2018
-
-
Christopher Wipf authored
-
- Aug 24, 2018
-
-
Christopher Wipf authored
adds CI documentation builder See merge request !27
-
-
- Aug 23, 2018
-
-
Christopher Wipf authored
-
Christopher Wipf authored
With this tweak, most noises agree within 1 ppb. Exceptions are seismic and substrate TE (which still have open bugs in matgwinc). Arguments added to gwinc.test for setting a tolerance level, and a list of noises to skip in the comparison. The CI pipeline will now fail when tests fail.
-
Christopher Wipf authored
substratethermal: use adiabatic approx for carrier density & thermorefractive noises See merge request !35
-
Christopher Wipf authored
Note: these are cryo-silicon-only noises. The adiabatic approx is quite accurate and evaluates faster than the exact integral. See also https://git.ligo.org/rana-adhikari/CryogenicLIGO/issues/37
-
Lee McCuller authored
coatingthermal: update for field penetration and freq-dependent loss See merge request !34
-
-