From b4a7e05421d4e215a40a2ac8851ede2910be3288 Mon Sep 17 00:00:00 2001 From: "arjun.sridhar12345" Date: Thu, 19 Sep 2024 12:15:56 -0700 Subject: [PATCH] update description of subsampled LFP --- src/npc_sessions/sessions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc_sessions/sessions.py b/src/npc_sessions/sessions.py index f5461c1..a71879e 100644 --- a/src/npc_sessions/sessions.py +++ b/src/npc_sessions/sessions.py @@ -1738,7 +1738,7 @@ def _subsampled_LFP(self) -> pynwb.ecephys.LFP: conversion=0.195e-6, # bit/microVolt from open-ephys comments="", resolution=0.195e-6, - description=f"temporal and spatial subsampled local field potential-band voltage timeseries ({band}) from electrodes on {probe.name} with sampling rate {probe_subsampled_LFP.sampling_rate} across {len(probe_subsampled_LFP.channel_ids)} channels", + description=f"temporal and spatial subsampled local field potential-band voltage timeseries ({band}) from electrodes on {probe.name} with sampling rate {probe_subsampled_LFP.sampling_rate} across {len(probe_subsampled_LFP.channel_ids)} channels. See electrodes table for channels selected.", # units=microvolts, # doesn't work - electrical series must be in volts )