Skip to content

Commit 1c623d3

Browse files
committed
add ap/lf sample frequency hz to refine num cycles computation
1 parent f32cecb commit 1c623d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/probeinterface/neuropixels_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ def _make_npx_probe_from_description(probe_description, model_name, elec_ids, sh
324324
probe.annotate(
325325
adc_bit_depth=probe_description["adc_bit_depth"],
326326
num_readout_channels=probe_description["num_readout_channels"],
327+
ap_sample_frequency_hz=probe_description["ap_sample_frequency_hz"],
328+
lf_sample_frequency_hz=probe_description["lf_sample_frequency_hz"],
327329
)
328330

329331
# annotate with MUX table

0 commit comments

Comments
 (0)