pyActigraphy.analysis.LIDS.lids_convert_to_internal_time

LIDS.lids_convert_to_internal_time(lids, t_norm='90min')[source]

Convert LIDS data index to internal time.

XXX

Parameters
  • lids (pandas.Series) – Output data from LIDS transformation.

  • t_norm (str, optional) – Default period used to normalize the fitted LIDS period. Default is ‘90min’.

Returns

ts – LIDS data with internal time since sleep onset as index.

Return type

pandas.Series