pyActigraphy.light.LightMetricsMixin.get_light_extremum¶
- LightMetricsMixin.get_light_extremum(extremum)[source]¶
Light extremum.
Return the index and the value of the requested extremum (min or max).
- Parameters
extremum (str) – Name of the extremum. Available: ‘min’ or ‘max’.
- Returns
ext – A pandas DataFrame with extremum info per channel.
- Return type
pd.DataFrame