Skip to content
Snippets Groups Projects
Commit 726dbcc7 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

ifo: add missing plot_style from canonical budgets

parent d6b83e2d
No related branches found
No related tags found
No related merge requests found
from gwinc.ifo.noises import *
from gwinc.ifo import PLOT_STYLE
class Aplus(nb.Budget):
......@@ -20,3 +21,5 @@ class Aplus(nb.Budget):
calibrations = [
Strain,
]
plot_style = PLOT_STYLE
from gwinc.ifo.noises import *
from gwinc.ifo import PLOT_STYLE
class Newtonian(nb.Budget):
"""Newtonian Gravity
......@@ -18,6 +20,7 @@ class Newtonian(nb.Budget):
NewtonianInfrasound,
]
class Coating(nb.Budget):
"""Coating Thermal
......@@ -35,6 +38,7 @@ class Coating(nb.Budget):
CoatingThermoOptic,
]
class Substrate(nb.Budget):
"""Substrate Thermal
......@@ -53,6 +57,7 @@ class Substrate(nb.Budget):
SubstrateThermoElastic,
]
class CE1(nb.Budget):
name = 'Cosmic Explorer 1'
......@@ -70,3 +75,5 @@ class CE1(nb.Budget):
calibrations = [
Strain,
]
plot_style = PLOT_STYLE
from gwinc.ifo.noises import *
from gwinc.ifo import PLOT_STYLE
class Newtonian(nb.Budget):
"""Newtonian Gravity
......@@ -18,6 +20,7 @@ class Newtonian(nb.Budget):
NewtonianInfrasound,
]
class Coating(nb.Budget):
"""Coating Thermal
......@@ -35,6 +38,7 @@ class Coating(nb.Budget):
CoatingThermoOptic,
]
class Substrate(nb.Budget):
"""Substrate Thermal
......@@ -55,6 +59,7 @@ class Substrate(nb.Budget):
SubstrateThermoElastic,
]
class CE2(nb.Budget):
name = 'Cosmic Explorer 2'
......@@ -72,3 +77,5 @@ class CE2(nb.Budget):
calibrations = [
Strain,
]
plot_style = PLOT_STYLE
from gwinc.ifo.noises import *
from gwinc.ifo import PLOT_STYLE
class Voyager(nb.Budget):
......@@ -22,3 +23,5 @@ class Voyager(nb.Budget):
calibrations = [
Strain,
]
plot_style = PLOT_STYLE
......@@ -9,6 +9,7 @@ IFOS = [
'CE2',
]
PLOT_STYLE = dict(
ylabel=u"Strain [1/\u221AHz]",
)
......
from gwinc.ifo.noises import *
from gwinc.ifo import PLOT_STYLE
class aLIGO(nb.Budget):
......@@ -20,3 +21,5 @@ class aLIGO(nb.Budget):
calibrations = [
Strain,
]
plot_style = PLOT_STYLE
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