feets icon indicating copy to clipboard operation
feets copied to clipboard

Create plot routine for extractor ``feets.extractors.ext_color.Color``

Open leliel12 opened this issue 5 years ago • 0 comments

Create plot routine for extractor Color.

Path: feets.extractors.ext_color.py

Features

  • Color

Extractor Documentation

Color

The color is defined as the difference between the average magnitude of two different bands observations.

>>> fs = feets.FeatureSpace(only=['Color'])
>>> features, values = fs.extract(**lc)
>>> dict(zip(features, values))
{'Color': -0.33325502453332145}

References

leliel12 avatar Jan 21 '20 20:01 leliel12