- Feb 26, 2020
-
-
Jameson Graef Rollins authored
-
- Feb 11, 2020
-
-
Jameson Graef Rollins authored
susQuad function take sus Struct instead of full ifo
-
- Aug 30, 2019
-
-
Jameson Graef Rollins authored
create cleaner module for physical constants, and use everywhere.
-
- Mar 08, 2019
-
-
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
-
- Aug 27, 2018
-
-
Christopher Wipf authored
-
- Aug 20, 2018
-
-
- Aug 13, 2018
-
-
Christopher Wipf authored
matplotlib: use hex color names instead of the cool xkcd ones When matplotlib >= 2.0 is ubiquitous, we can revert this. numpy: use np.flipud in place of np.flip np.flip only exists in numpy >= 1.12, and flipud is clearer anyway.
-
- Aug 10, 2018
-
-
Christopher Wipf authored
Suspension type BQuad changes the bottom stage material to silicon. Reverse the SUS stage list in suspensionthermal.py to use the appropriate Temp. Addresses #23
-
- May 25, 2018
-
-
Jameson Graef Rollins authored
This is a rote copy of the new suspQuad code in matgwinc that iterates over the stages, and supports tapered fibers: https://git.ligo.org/gwinc/matgwinc/commit/a59f01192a1ffc1644a45be536e31bc0eb78bd7c#9cb6e594e14c1d61dbb3c91549166a2d48db194f This allows for setting per-stage temperature and wire and blade properties. This version differs slightly in some generalizations about the number of stages, although it doesn't quite yet support an arbitrary numer.
-
- May 23, 2018
-
-
Jameson Graef Rollins authored
Improves readbility. use translation for MATLAB purposes.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
These two functions were basically identical except for the material used for the test mass stage, and a hacky reduction of the spring constant for silicon. suspQuad is modified to support different materials for the test mass stage, and a hacky switch is added to adjust the spring constant. suspBQuad is now just a wrapper around suspQuad specifying that the test mass material is silicon instead of silica (there is definitely a better way to do this, by e.g. specifying the fiber material in the Stages struct list).
-
Jameson Graef Rollins authored
don't need to be defined inside of the suspQuad function
-
Jameson Graef Rollins authored
move this out of noise package, since it's not actually directly a noise calculation. no functional change.
-
Jameson Graef Rollins authored
ifo.Suspension.Type now accepts string for suspension calc func, e.g. 'Quad' for 'suspQuad' calc.
-
- Dec 16, 2017
-
-
Jameson Graef Rollins authored
-
- Nov 10, 2017
-
-
Jameson Graef Rollins authored
This is now commensurate with what matlab gwinc does, and makes the IFO structures directly comparable without any hacky conversions.
-
- Nov 08, 2017
-
-
Jameson Graef Rollins authored
no functional change
-
- Nov 07, 2017
-
-
Jameson Graef Rollins authored
-
- Aug 14, 2017
-
-
Christopher Wipf authored
-
- Aug 10, 2017
-
-
Christopher Wipf authored
Reproduces the Voyager noise curves but still needs testing with other IFO models.
-