Models package

LightCurve module

Simulation package

Simulation module

Data Helper package

Data Helper module

Help Functions package

Filter helper module

Simulation helper module

imt_lightcurve.help_functions.simulation_helper.calculate_eta_1(a, b, k0, k1, p, w, z) float[source]
imt_lightcurve.help_functions.simulation_helper.calculate_eta_2(p, w, z) float[source]
imt_lightcurve.help_functions.simulation_helper.calculate_flux(c2, c4, Omega, lambda_e, lambda_d, eta_d, p, w, z) float[source]
imt_lightcurve.help_functions.simulation_helper.calculate_lambda_1(a, b, k, p, q, w, z) float[source]
imt_lightcurve.help_functions.simulation_helper.calculate_lambda_2(a, b, k, p, q, w, z) float[source]
imt_lightcurve.help_functions.simulation_helper.calculate_lambda_3(p) float[source]
imt_lightcurve.help_functions.simulation_helper.calculate_lambda_4(p) float[source]
imt_lightcurve.help_functions.simulation_helper.calculate_lambda_5(p) float[source]
imt_lightcurve.help_functions.simulation_helper.calculate_lambda_6(p) float[source]
imt_lightcurve.help_functions.simulation_helper.ellec(k) float[source]

Computes polynomial approximation for the complete elliptic integral of the second kind (Hasting’s approximation) https://doi.org/10.2307/2004103 Table III, coefficients values from n=4 :param float k: :return: The complete elliptical integral of the second kind :rtype:

imt_lightcurve.help_functions.simulation_helper.ellk(k) float[source]

Computes polynomial approximation for the complete elliptic integral of the first kind (Hasting’s approximation) https://doi.org/10.2307/2004103 Table II, coefficients values from n=4 :param FLOAT? k: :return: The complete elliptical integral of the first kind :rtype: FLOAT?

imt_lightcurve.help_functions.simulation_helper.ellpic_bulirsch(n, k) float[source]

Computes the complete elliptical integral of the third kind using the algorithm of Bulirsch (1965) https://doi.org/10.1007/BF02165405 :param FLOAT? n: :param FLOAT? k: :return: The complete elliptical integral of the third kind :rtype: