Skip to content
Snippets Groups Projects
Commit a837d54d authored by Evan Hall's avatar Evan Hall
Browse files

CE1 budget classes

parent e62a96ee
No related branches found
No related tags found
1 merge request!57Update CE1 parameters
Pipeline #82111 passed
from gwinc.ifo.noises import *
class Newtonian(nb.Budget):
"""Newtonian Gravity
"""
name = 'Newtonian'
style = dict(
label='Newtonian',
color='#15b01a',
)
noises = [
NewtonianRayleigh,
NewtonianBody,
NewtonianInfrasound,
]
class Coating(nb.Budget):
"""Coating Thermal
"""
name = 'Coating'
style = dict(
label='Coating Thermal',
color='#fe0002',
)
noises = [
CoatingBrownian,
CoatingThermoOptic,
]
class Substrate(nb.Budget):
"""Substrate Thermal
"""
name = 'Substrate'
style = dict(
label='Substrate Thermal',
color='#fb7d07',
linestyle='--',
)
noises = [
SubstrateBrownian,
SubstrateThermoElastic,
]
class CE1(nb.Budget):
......@@ -10,9 +62,7 @@ class CE1(nb.Budget):
Seismic,
Newtonian,
SuspensionThermal,
CoatingBrownian,
CoatingThermoOptic,
SubstrateBrownian,
SubstrateThermoElastic,
Coating,
Substrate,
ExcessGas,
]
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