Open nx1 opened 6 years ago
Hi guys,
just time for a brief response, but hopefully I can cover the key bits:
We are having trouble creating this Lorentzian spectrum to start with, we initially tried to create it from the Probability density function (PDF) from the equation for the Cauchy distribution found here: https://en.wikipedia.org/wiki/Cauchy_distribution
With x0 being the local viscous frequency and the full width half maximum Q being (gamma = Q/2). We had trouble trying to modify the astroML Timmer and Koenig function
https://github.com/astroML/astroML/blob/master/astroML/time_series/generate.py
As the power law of 1/omega^beta is not well explicitly defined.
One thought we had was that perhaps line 49 was the square root of the power law and thus we could simply replace it with the square root of the Lorentzian distribution.
We also were wondering about what occurs what the height of the Lorentzians would be as well as what exactly occurs when two or more of the curves overlap.
Hope that helps!
Cheers,
Christian
Currently, for every radius, we generate m_dot (the local small mass accretion rate) from the Timmer and Koenig method based on a PSD derived from a power law. This time series has no dependence on any of the properties of the disc and is random throughout all time.
Instead, we wish to produce the m_dot variations based on a spectrum linked to the properties of the disc. This in theory can be done by using a Lorentzian based spectrum where each radius has a Lorentzian peak associated that is related to its viscous frequency.
Causing a light curve to be produced where most of the variability is based around the local viscous frequency (timescale).
We are having trouble creating this Lorentzian spectrum to start with, we initially tried to create it from the Probability density function (PDF) from the equation for the Cauchy distribution found here: https://en.wikipedia.org/wiki/Cauchy_distribution
With x0 being the local viscous frequency and the full width half maximum Q being (gamma = Q/2). We had trouble trying to modify the astroML Timmer and Koenig function
https://github.com/astroML/astroML/blob/master/astroML/time_series/generate.py
As the power law of 1/omega^beta is not well explicitly defined.
One thought we had was that perhaps line 49 was the square root of the power law and thus we could simply replace it with the square root of the Lorentzian distribution.
We also were wondering about what occurs what the height of the Lorentzians would be as well as what exactly occurs when two or more of the curves overlap.