- Jul 07, 2020
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- Jun 29, 2020
-
-
Jameson Rollins authored
-
- Jun 24, 2020
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- Jun 16, 2020
-
-
Jameson Rollins authored
Update coating parameters for aLIGO and Aplus See merge request !93
-
From MIT coating thermal noise experiment results: * https://dcc.ligo.org/LIGO-G2000880 and LMA 2020 paper: * https://iopscience.iop.org/article/10.1088/1361-6382/ab77e9
-
- May 26, 2020
-
-
Jameson Rollins authored
-
- May 23, 2020
-
-
Jameson Rollins authored
convert more types to float for easier serialization
-
Jameson Rollins authored
was not matching some derived classes
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
also fix some associated error and log messages
-
- May 22, 2020
-
-
Jameson Rollins authored
-
Jameson Rollins authored
convert IFO Structs to yaml for HDF5 storage
-
- May 21, 2020
-
-
Jameson Rollins authored
allow use of --no-plot option with interactive mode, and improve banner and docs.
-
Jameson Rollins authored
this was a bug that it wasn't using a defined freq attribute if it was available and a freq argument was not provided at initialization.
-
Jameson Rollins authored
-
Jameson Rollins authored
same as str for now.
-
Jameson Rollins authored
This fixes a bug whereby un-styled traces for some reason pick up the previous trace style.
-
Jameson Rollins authored
-
Jameson Rollins authored
Don't use the root logger since it's sometimes used by other modules, and it's kind of sloppy to do so.
-
- May 20, 2020
-
-
Jameson Rollins authored
Correct test mass RoCs in aLIGO ifo.yaml See merge request !91
-
Christopher Wipf authored
Addresses #52 (pending measurements for A+ test masses)
-
- May 19, 2020
-
-
Jameson Rollins authored
Fix coating brownian so it agrees with Hong See merge request !87
-
Jameson Rollins authored
-
Jameson Rollins authored
fix relative imports See merge request !89
-
Budget import mechanism in load_budget currently doesn't allow for importing from sub-modules. This fixes that issue. closes #62
-
- May 12, 2020
-
-
Jameson Rollins authored
gwinc.test: inherit python interpreter See merge request !88
-
- May 11, 2020
-
-
Christopher Wipf authored
Pass sys.executable to the gen_cache.sh script, instead of using a hard-coded interpreter path
-
- May 08, 2020
-
-
Christopher Wipf authored
The small remaining discrepancy between Hong and gwinc is due to an error in gwinc's implementation of the Yam et al model. The coefficient in front of the phase derivative `dcdp_z` is supposed to be `nN` (as written correctly in Yam et al, eq 1), not `nN/2` (as found in gwinc). In Hong et al, the coefficient is `nN/2`, but that's because their phases are defined as one-way instead of round-trip (see Yam et al, eq A2). After correcting the error, gwinc and Hong agree, as expected, for the case of equal bulk and shear losses and no photoelasticity.
-
- May 04, 2020
-
-
Jameson Graef Rollins authored
This should fix a bug whereby individual noise calibrations were not being tracked internally properly.
-