- Aug 13, 2018
-
-
Evan Hall authored
-
- May 24, 2018
-
-
Jameson Graef Rollins authored
Use function from R. Schilling CQG 14 1997. Particularly needed for longer arms.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
better titles, calc Total difference, and show max fractional error in plots and in log, and other log cleanup
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
also clean up docstrings.
-
- May 23, 2018
-
-
Christopher Wipf authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
Improves readbility. use translation for MATLAB purposes.
-
Jameson Graef Rollins authored
Infrastructure is obviously where it really belongs. This also allows us to almost eliminate the need for the Constants struct on our side.
-
Jameson Graef Rollins authored
This is mostly used for MATLAB translation, but is useful for a couple of other things as well (R_earth for instance).
-
Jameson Graef Rollins authored
-
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
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
The hashes are stored in the pickeled MATLAB results, and uses them to check if new results need to be calculated based on changes to IFO or gwinc data.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
BeamRadius no longer needs to be provided. Also remove unused/redundant SpotSizes function.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
ifo.Suspension.Type now accepts string for suspension calc func, e.g. 'Quad' for 'suspQuad' calc.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
this is already handled in precomp
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
The output is intended to be identical to that of pygwinc.Struct.to_txt(), useful for direct comparison.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
Assumes the IFOModel is given as function in .m script, and use Matlab engine interface to execute and load.
-