User guide
Waveforms
Parameter distributions
Data Challenges
Tutorials
Development guide
Perhaps the simplest waveforms which Minke is able to produce are so-caled “generic” or “ad-hoc” burst waveforms. These waveform families include gaussian bursts, sine-gaussian wavelets, and white noise bursts.
Perhaps the simplest conceivable model of a burst of gravitational waves is one where energy is emitted across a broadband range of frequencies over a fixed period of time, with a smooth rise and decay in amplitude. Such a source can be modelled as with a Gaussian function, and may be a suitable model for broadband sources, such as the core-bounce during a core-collapse abbr:sn.
In searches the model for such a signal is
for a strain \(h\) at time \(t\), with an amplitude \(A\), central time \(t_{0}\) and duration \(\sigma\).
Minke supports Gaussian bursts using the minke.sources.Gaussian class.
minke.sources.
Gaussian
(duration, hrss, time, sky_dist=<function uniform_sky>, seed=0)[source]¶A class to represent a Gaussian injection.
Methods
|
Generate a “low frequency tail” to append to the end of the waveform to overcome problems related to memory in the waveform. |
|
Convenience funtion to avoid repeated code |
|
Convert a string description of a polarisation to an ellipse eccentricity and an ellipse angle. |
|
Produce a plot of the injection. |
|
alias of |
In addition to searching for broadband, time-constrained bursts of gravitational wave energy, some sources are expected to produce gravitational waves which are in a confined range of frequencies, in addition to being released over a short time-span.
Such a source can be approximated by a sinusoidal signal which is enveloped by a Gaussian rise and decay in amplitude.
The model used in gls:ligo searches for such signals is:
for a strain \(h\) at time \(t\), with \(A\) the amplitude of the signal, \(t_{0}\) its central time, \(Q\) the quality factor of the burst, and \(f\) is frequency.
minke.sources.
SineGaussian
(q, frequency, hrss, polarisation, time, sky_dist=<function uniform_sky>, seed=0)[source]¶A class to represent a SineGaussian injection.
Methods
|
Generate a “low frequency tail” to append to the end of the waveform to overcome problems related to memory in the waveform. |
|
Convenience funtion to avoid repeated code |
|
Convert a string description of a polarisation to an ellipse eccentricity and an ellipse angle. |
|
Produce a plot of the injection. |
|
alias of |
Astrophysical processes are unlikely to produce emission at a single frequency, or with a smooth evolution of amplitude, and so searches are normally expected to be sensitive to band-limited white noise bursts, which consist of band-limited uncorrelated noise within a Gaussian amplitude envelope.
minke.sources.
WhiteNoiseBurst
(duration, bandwidth, frequency, time, hrss=None, egw=None, sky_dist=<function uniform_sky>, seed=0)[source]¶A class to represent a WNB injection.
Methods
|
Generate a “low frequency tail” to append to the end of the waveform to overcome problems related to memory in the waveform. |
|
Convenience funtion to avoid repeated code |
|
Convert a string description of a polarisation to an ellipse eccentricity and an ellipse angle. |
|
Produce a plot of the injection. |
|
alias of |