feets icon indicating copy to clipboard operation
feets copied to clipboard

Create plot routine for extractor ``feets.extractors.ext_percent_amplitude.PercentAmplitude``

Open leliel12 opened this issue 5 years ago • 0 comments

Create plot routine for extractor PercentAmplitude.

Path: feets.extractors.ext_percent_amplitude.py

Features

  • PercentAmplitude

Extractor Documentation

PercentAmplitude

Largest percentage difference between either the max or min magnitude and the median.

>>> fs = feets.FeatureSpace(only=['PercentAmplitude'])
>>> features, values = fs.extract(**lc_normal)
>>> dict(zip(features, values))
{'PercentAmplitude': -168.991253993057}

References

leliel12 avatar Jan 21 '20 20:01 leliel12