lightkurve.seismology.Seismology.estimate_deltanu#
- Seismology.estimate_deltanu(method='acf2d', numax=None)[source]#
Returns the average value of the large frequency spacing, DeltaNu, of the seismic oscillations of the target.
At present, the only method supported is based on using an autocorrelation function (ACF2D). This method is implemented by the
estimate_deltanu_acf2d
function which requires the parameternumax
. For details and literature references, please read the detailed docstring of this function by typinglightkurve.seismology.estimate_deltanu_acf2d?
in a Python terminal or notebook.- Parameters
- methodstr
Method to use. Only
"acf2d"
is supported at this time.
- Returns
- deltanu
SeismologyQuantity
DeltaNu of the periodogram, including details on the units and method.
- deltanu