feets icon indicating copy to clipboard operation
feets copied to clipboard

Create plot routine for extractor ``feets.extractors.ext_eta_color.EtaColor``

Open leliel12 opened this issue 5 years ago • 0 comments

Create plot routine for extractor EtaColor.

Path: feets.extractors.ext_eta_color.py

Features

  • Eta_color

Extractor Documentation

Eta_color (ηcolor)

Variability index Eta_e (ηe) calculated from the color light-curve.

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

References

leliel12 avatar Jan 21 '20 20:01 leliel12