- Apr 17, 2020
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
- Apr 16, 2020
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
Some cleanup and updates on the CI, including: * creating a common docker image for all jobs * expose test failure report to merge requests
-
- Apr 15, 2020
-
-
Jameson Graef Rollins authored
Use overlaid dashes for the head traces. Also do comparison in preferred IFO order.
-
Christopher Wipf authored
These changes improve the modeling of suspensions that have a temperature gradient along the fibers. Each stage is split into an upper and a lower joint, which can have different material properties assigned in the ifo structure. The temperature of a joint is that of the mass to which it is attached. (However, temperature gradients are not yet supported within the top or bottom stages.) The average of the upper and lower joint dissipation is used to compute the noise.
-
- Apr 07, 2020
-
-
Jameson Rollins authored
minor numpy import cleanup See merge request !76
-
Jameson Graef Rollins authored
no functional change, just limits individual function imports to non-array operations.
-
- Apr 03, 2020
-
-
Jameson Rollins authored
Added Mac file .DS_Store to .gitignore See merge request !75
-
- Apr 02, 2020
-
-
(cherry picked from commit b253c97e)
-
- Mar 28, 2020
-
-
Jameson Graef Rollins authored
-
Kevin Kuns authored
Removed normalization of sinc_sqr in dhdl because it is one at DC. Previously the normalization was set by the first frequency point, which is wrong if only high frequencies are considered
-
Jameson Graef Rollins authored
-
- Mar 24, 2020
-
-
Jameson Rollins authored
Add SQL noise type It's sometimes helpful to have an SQL noise curve on noise budgets. See merge request !73
-
-
Jameson Graef Rollins authored
-
Sean Leavey authored
-
Sean Leavey authored
-
- Mar 05, 2020
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
- Feb 27, 2020
-
-
Jameson Graef Rollins authored
-
- Feb 26, 2020
-
-
Jameson Graef Rollins authored
-
- Feb 18, 2020
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
- Feb 14, 2020
-
-
Jameson Graef Rollins authored
to reflect all the recent interface changes
-
Jameson Graef Rollins authored
Use more generic collections.abc.Mapping to detect a nested dict.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
also: * add h5 output tests * use debian sphinx packages instead of pip
-
Jameson Graef Rollins authored
since it's not needed for most operations
-
Jameson Graef Rollins authored
implement as __main__ for `gwinc.ifo` also add to CI. closes #48
-
- Feb 12, 2020
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
This allows for specifying an order that makes sense without too much loss of ease of expandability (just need to add an entry to a list).
-
Jameson Graef Rollins authored
This finally gets rid of the whole precompIFO function. It does this by breaking up precomp into various smaller functions, moving them into the common IFO noise definition module, and using them appropriately when needed. This does result in some of the functions being called multiple times in the full budget calculation for the aLIGO-like budgets, but the cost should be minor given the convenience of getting rid of the whole precomp thing, thereby opening up everything to non-aLIGO-like configurations. Even though some functions are calculated multiple times, we're still orders of magnitude faster than matgwinc, so... Should still revisit down the line though. closes #40
-
Jameson Graef Rollins authored
Define new Strain(nb.Calibration) and apply it to all canonical ifo budgets.
-