- 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 gwinc/pygwinc!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 gwinc/pygwinc!34
-
-
-
Lee McCuller authored
Update quantum code from matgwinc, and vectorize See merge request gwinc/pygwinc!32
-
The matgwinc updates include a new shotradSignalRecycled(), and minor corrections to the previous code, which is still available as shotradSignalRecycledBnC(). shotradSignalRecycled() has been vectorized for good performance, with its two TF inversions pre-computed by sympy.
-
-
-
Lee McCuller authored
Speed up quad sus tf calculation 10x, by pre-solving the system symbolically See merge request !31
-
- Aug 20, 2018
-
-
-
-
Christopher Wipf authored
made setup non zip-safe so that data files may be located Closes #21 See merge request !33
-
Lee McCuller authored
-