tape.analysis.structure_function.bauer_2009a.calculator#

Classes#

Bauer2009AStructureFunctionCalculator

This class implements the structure function calculation described in

Module Contents#

class Bauer2009AStructureFunctionCalculator(lightcurves: List[tape.analysis.structure_function.sf_light_curve.StructureFunctionLightCurve], argument_container: tape.analysis.structure_function.base_argument_container.StructureFunctionArgumentContainer)[source]#

Bases: tape.analysis.structure_function.base_calculator.StructureFunctionCalculator

This class implements the structure function calculation described in Eqn. 4 of Bauer et al. 2009, 2009ApJ…696.1241B [https://arxiv.org/abs/0902.4103]

SF(tau) = sqrt( mean(delta_flux^2) - mean(err^2) )

Note that the return value is structure function squared.

Additional references: Graham et al. 2014MNRAS.439..703G [https://arxiv.org/abs/1401.1785]

calculate()[source]#

Abstract method that must be implemented by the child class.

static name_id() str[source]#

This method will return the unique name of the Structure Function calculation method.

static expected_argument_container() type[source]#

This method will return the argument container class type (not an instance) that the Structure Function calculation method requires in order to perform it’s calculations.