Skip to content
Snippets Groups Projects
Commit 82e5a4e7 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

add range calculation to CI plots

parent 242245d1
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,12 @@
CI-generated plots and data for all IFOs included in pygwinc.
Ranges in "Mpc" are for binary neutron stars (BNS) using the
[inspiral_range](gwinc/inspiral-range>) package.
![IFO compare](https://gwinc.docs.ligo.org/pygwinc/ifo/all_compare.png)
## aLIGO
* [ifo.yaml](gwinc/ifo/aLIGO/ifo.yaml)
......
......@@ -65,8 +65,7 @@ def main():
ax.set_xlabel('Frequency [Hz]')
ax.set_ylabel(PLOT_STYLE['ylabel'])
ax.set_title("""PyGWINC reference IFO strain comparison
(with BNS range)""")
ax.set_title("PyGWINC reference IFO strain comparison")
if args.save:
fig.savefig(args.save)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment