pyActigraphy.analysis.LIDS.lids_phases

LIDS.lids_phases(lids, step=0.1)[source]

LIDS onset and offset phases in degrees

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

  • step (float, optional) – Step between points at which the LIDS fit is evaluated. Default is ‘0.1’.

Returns

onset_phase, offset_phase

Return type

numpy.float64