Start/Stop time log class

class pyActigraphy.log.SSTLog(input_fname, log)[source]

Class for reading start/stop-time log files

Data structure for start and stop times.

Parameters
  • fname (str) – Absolute filepath of the input log file.

  • log (pandas.DataFrame) – Dataframe containing the data found in the SST log file.

summary()

Returns a dataframe of summary statistics.