- Feb 11, 2020
-
-
Jameson Graef Rollins authored
new suspension_thermal() function for calculating thermal noise of a single suspended optic. ifo SuspensionThermal Noise class modified to handle specific case of Fabry-Perot Michelson.
-
Jameson Graef Rollins authored
substrate_thermoelastic() function updated to calculate thermal noise of a single suspended optic. ifo SubstrateThermoElastic Noise class modified to handle specific case of Fabry-Perot Michelson.
-
Jameson Graef Rollins authored
substrate_brownian() function updated to calculate thermal noise of a single suspended optic. ifo SubstrateBrownian Noise class modified to handle specific case of Fabry-Perot Michelson.
-
Jameson Graef Rollins authored
substrate_thermorefractive() function updated to calculate thermal noise of a single suspended optic. ifo ITMThermoRefractive Noise class modified to handle specific case of Fabry-Perot Michelson.
-
Jameson Graef Rollins authored
substrate_carrierdensity() function updated to calculate thermal noise of a single suspended optic. ifo ITMCarrierDensity Noise class modified to handle specific case of Fabry-Perot Michelson.
-
Jameson Graef Rollins authored
new coating_brownian() and coating_thermooptic() functions for calculating coating thermal noise spectrum for a single optic. ifo CoatingBrownian and CoatingThermoOptic Noise classes modified to handle specific case of Fabry-Perot Michelson.
-
Jameson Graef Rollins authored
This refactors the seismic noise calculation to be for a single suspension. The turning of that into a seismic noise spectrum for a LIGO-like IFO is moved to the Seismic(nb.Noise) class definition in the ifo module, effectively separating fundamental seismic noise calculation from assumptions of experimental configuration.
-
Jameson Graef Rollins authored
susQuad function take sus Struct instead of full ifo
-
Jameson Graef Rollins authored
all test will pass again after this commit
-
Jameson Graef Rollins authored
For some reason these noises were just dividing by L**2 to convert to strain, rather than using the dhdl conversion. This changes the noises for Voyager and CE2, so the tests fail, and the IFO caches should be updated when this is merged.
-
Jameson Graef Rollins authored
-
- Feb 08, 2020
-
-
Jameson Graef Rollins authored
Drop specific comparison to MATGWINC output and move to comparisons to cached hdf5 traces. Comparisons to all cached IFO traces will be done by default. A PDF report of all discrepancies for all IFOs will be generated if requested. inspiral ranges will be calculated if the inspiral_range package is available. This adds trace caches (in git-lfs) for all currently supported IFOs, effectively snap-shotting the current state of the repo. gitlab CI also updated to use new tests
-
Jameson Graef Rollins authored
Should cover/simplify the most common use case, equivalent to running: load() update(**kwargs) calc_traces
-
Jameson Graef Rollins authored
Needs to be implemented.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
eliminate need for separate sub-module
-
Jameson Graef Rollins authored
This replaces load_ifo(), and returns only the Budget class. Any ifo.yaml found in a budget package is loaded as ifo attribute. other stuff can just be assumed to be provided as class attributes as well.
-
Jameson Graef Rollins authored
move load_struct logic into Struct.from_file() class method, and remove load_struct function.
-
Jameson Graef Rollins authored
Improves update() method to be able to update from another Struct, and not overwrite existing Struct attributes, and removes need to from_dict classmethod.
-
Jameson Graef Rollins authored
and use in load_struct
-
Jameson Graef Rollins authored
as per expected from dict method.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
- Feb 07, 2020
-
-
Jameson Graef Rollins authored
swap out deprecated interface
-
- Feb 05, 2020
-
-
Jameson Graef Rollins authored
This allows for direct comparison between py and mat gwinc.
-
Jameson Graef Rollins authored
This fixes a regression in the move to the new Budget structured. The keys in the gwinc() noises output changed to be the name of the Noise class, instead of the label, causing the matgwinc comparison test to fail. This fixes the keys in the gwinc noises output to be the labels to maintain consistency.
-
Jameson Graef Rollins authored
-
- Jan 29, 2020
-
-
Christopher Wipf authored
-
- Oct 18, 2019
- Oct 01, 2019