pyActigraphy.light.LightRecording.get_channels¶
- LightRecording.get_channels(channels=None)[source]¶
Light channel accessor
Get access to the requested channels.
- Parameters
channels (list of str, optional.) – Channel list. If set to None, use all available channels. Default is None.
- Returns
light – Dataframe with the requested channels.
- Return type
pd.DataFrame