Reproducing default catgt program in spike interface #3096
Closed
twheatcroft07
started this conversation in
General
Replies: 1 comment
-
Answered well here https://neuropixelsgroup.slack.com/archives/CADAX97J9/p1719507266712539 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am trying to reproduce the default catgt program in spike interface, based off the suggested spike interface code to mimic catgt (here) and the default catgt params (here).
So, in summary, is the best way to reproduce the default catgt program in spikeinterface to run the following commands in this order ->
rec = read_spikeglx(folder_path='my_spikeglx_folder')
rec = common_reference(recording=rec, operator="average", reference="global")
rec = bandpass_filter(recording=rec, freq_min=300.0, freq_max=9000.0, margin_ms=12.0)
Also, is there anything else missing from this spikeinterface code needed to reproduce the original catgt program?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions