Skip to content

Commit

Permalink
update description of subsampled LFP
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsridhar12345 committed Sep 19, 2024
1 parent 9ad2732 commit b4a7e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_sessions/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit b4a7e05

Please sign in to comment.