diff --git a/gwinc/gwinc.py b/gwinc/gwinc.py index fe0725312a64a3f6cbd0062b409670c4f4c1a27d..dab83d96976ed7c4807d103780b872759c4354cb 100644 --- a/gwinc/gwinc.py +++ b/gwinc/gwinc.py @@ -43,7 +43,7 @@ def noise_calc(ifo, f): noises = {} noises['Quantum Vacuum'] = noise.quantum.shotrad(f, ifo) - noises['Suspension Thermal'] = noise.suspensionthermal.suspR(f, ifo) + noises['Suspension Thermal'] = noise.suspensionthermal.susptherm(f, ifo) noises['Excess Gas'] = noise.residualgas.gas(f, ifo) noises['Substrate Brownian'] = noise.substratethermal.subbrownian(f, ifo) noises['Coating Brownian'] = noise.coatingthermal.coatbrownian(f, ifo) diff --git a/gwinc/noise/suspensionthermal.py b/gwinc/noise/suspensionthermal.py index a18787f57d082f1bfe81275cb3493c78c8586b35..77e7126021204fb1f7a8d84c93485beb66154732 100644 --- a/gwinc/noise/suspensionthermal.py +++ b/gwinc/noise/suspensionthermal.py @@ -4,7 +4,7 @@ import numpy as np import scipy.constants -def suspR(f, ifo): +def susptherm(f, ifo): """Suspention thermal noise. Assumes suspension transfer functions and V-H coupling have been