Dear OpenEphys developers,
I have two issues about loading the ONIX data files.
https://open-ephys.github.io/bonsai-onix1-docs/articles/hardware/np1e/load-data.html
The first issue:
ap_recording = se.read_binary(os.path.join(data_directory, f"np1-spike_{suffix}.raw"),
3e5,
np.uint16,
num_channels,
gain_to_uV=ap_scalar,
offset_to_uV=-ap_offset)
lfp_recording = se.read_binary(os.path.join(data_directory, f"np1-lfp_{suffix}.raw"),
3e5/12,
np.uint16,
num_channels,
gain_to_uV=lfp_scalar,
offset_to_uV=-lfp_offset)
that is, ap sampling frequency = 300,000 Hz, lfp sampling frequency = 25,000 Hz. However, in Neuropixels 1.0 User Manual shown in the picture, ap sampling frequency = 30,000 Hz, lfp sampling frequency = 2,500 Hz. Why are these different?
The seond issue:
What is the meaning of 1.2e6? Is it related to the input voltage range in
Neuropixels 1.0 User Manual?
Thank you.
--
You received this message because you are subscribed to the Google Groups "Open Ephys" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-ephys+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/open-ephys/645daa6f-5e86-47f0-9093-9f0ac9334e2an%40googlegroups.com.