On this page

Noise sourcesΒΆ

An important part of preparing injections with Minke is being able to add them to a known noise background.

Minke interfaces with the lalsimulation noise sources to simulate noise for a variety of detectors and design scenarios.

from minke.noise import AdvancedLIGO

noise = AdvancedLIGO()

data = noise.time_series(duration=4, sample_rate=16384)

f = data.plot()
f.savefig("noise.png")
_images/timeseries-advancedligo.png
© Copyright 2024, Daniel Williams.
Created using Sphinx 8.1.3.