TrapezoidFitParameters

class exovetter.trapezoid_fit.TrapezoidFitParameters(cadlen, samplen=15, fitregion=4.0)[source]

Bases: object

Class to handle the parameters of the trapezoid fit algorithms.

Parameters:
cadlenfloat

Cadence duration in days.

samplenint

Subsampling of light curve model data. Must be odd integer.

fitregionfloat

Factor of duration around midpoint for data fitting.

Attributes Summary

samplen

Subsampling of light curve model data.

Attributes Documentation

samplen

Subsampling of light curve model data. Must be odd integer.