Function light_curve_feature::peak_indices[][src]

pub fn peak_indices<'a, T>(a: impl Into<ArrayView1<'a, T>>) -> Vec<usize> where
    T: Float
Expand description

Find local maxima of the array and return their indices