From 9740d733e99f6317e37c3196819c22c7acda246c Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins <jrollins@finestructure.net> Date: Wed, 5 Feb 2020 15:17:45 -0800 Subject: [PATCH] Update noise labels to match old matgwinc names This allows for direct comparison between py and mat gwinc. --- gwinc/ifo/noises.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gwinc/ifo/noises.py b/gwinc/ifo/noises.py index 667b7dfa..74e45986 100644 --- a/gwinc/ifo/noises.py +++ b/gwinc/ifo/noises.py @@ -6,7 +6,7 @@ class QuantumVacuum(nb.Noise): """ style = dict( - label='Quantum', + label='Quantum Vacuum', color='#ad03de', ) @@ -32,7 +32,7 @@ class Newtonian(nb.Noise): """ style = dict( - label='Newtonian', + label='Newtonian Gravity', color='#15b01a', ) -- GitLab