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

Update noises for CE2 budget

parent edcd6785
No related branches found
No related tags found
No related merge requests found
Pipeline #87076 passed
from gwinc.ifo.noises import *
class Newtonian(nb.Budget):
"""Newtonian Gravity
class CE2(nb.Budget):
"""
name = 'Cosmic Explorer 2'
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 = [
QuantumVacuum,
Seismic,
Newtonian,
AtmosphericInfrasound,
SuspensionThermal,
CoatingBrownian,
CoatingThermoOptic,
]
class Substrate(nb.Budget):
"""Substrate Thermal
"""
name = 'Substrate'
style = dict(
label='Substrate Thermal',
color='#fb7d07',
linestyle='--',
)
noises = [
ITMThermoRefractive,
ITMCarrierDensity,
SubstrateBrownian,
SubstrateThermoElastic,
]
class CE2(nb.Budget):
name = 'Cosmic Explorer 2'
noises = [
QuantumVacuum,
Seismic,
Newtonian,
SuspensionThermal,
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