Skip to content

Create plot routine for extractor feets.extractors.ext_linear_trend.LinearTrend #47

@leliel12

Description

@leliel12

Create plot routine for extractor LinearTrend.

Path: feets.extractors.ext_linear_trend.py

Features

  • LinearTrend

Extractor Documentation

LinearTrend

Slope of a linear fit to the light-curve.

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

References

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions