Skip to content

add Displacement budgets to canonical IFO init files

Kevin Kuns requested to merge kevin.kuns/pygwinc:displacement-budgets into master

Adds a Displacement budget to each of the canonical IFO init files. This allows you to easily plot a budget calibrated in displacement from the command line like

python -m gwinc Aplus -b Displacement

or from a script like

budget = gwinc.load_budget('Aplus', bname='Displacement')
traces = budget.run()

Merge request reports