|
25 | 25 |
|
26 | 26 | # this should be moved in probeinterface but later |
27 | 27 | _toy_probes = { |
28 | | - "Neuropixel1-384": dict( |
| 28 | + "Neuropixels1-384": dict( |
29 | 29 | num_columns=4, |
30 | 30 | num_contact_per_column=[96] * 4, |
31 | 31 | xpitch=16, |
|
34 | 34 | contact_shapes="square", |
35 | 35 | contact_shape_params={"width": 12}, |
36 | 36 | ), |
37 | | - "Neuropixel2-384": dict( |
| 37 | + "Neuropixels2-384": dict( |
38 | 38 | num_columns=2, |
39 | 39 | num_contact_per_column=[192] * 2, |
40 | 40 | xpitch=32, |
41 | 41 | ypitch=15, |
42 | 42 | contact_shapes="square", |
43 | 43 | contact_shape_params={"width": 12}, |
44 | 44 | ), |
45 | | - "Neuropixel1-128": dict( |
| 45 | + "Neuropixels1-128": dict( |
46 | 46 | num_columns=4, |
47 | 47 | num_contact_per_column=[32] * 4, |
48 | 48 | xpitch=16, |
@@ -307,7 +307,7 @@ def generate_drifting_recording( |
307 | 307 | num_units=250, |
308 | 308 | duration=600.0, |
309 | 309 | sampling_frequency=30000.0, |
310 | | - probe_name="Neuropixel1-128", |
| 310 | + probe_name="Neuropixels1-128", |
311 | 311 | generate_probe_kwargs=None, |
312 | 312 | generate_unit_locations_kwargs=dict( |
313 | 313 | margin_um=20.0, |
@@ -361,7 +361,7 @@ def generate_drifting_recording( |
361 | 361 | The duration in seconds. |
362 | 362 | sampling_frequency : float, dfault: 30000. |
363 | 363 | The sampling frequency. |
364 | | - probe_name : str, default: "Neuropixel1-128" |
| 364 | + probe_name : str, default: "Neuropixels1-128" |
365 | 365 | The probe type if generate_probe_kwargs is None. |
366 | 366 | generate_probe_kwargs : None or dict |
367 | 367 | A dict to generate the probe, this supersede probe_name when not None. |
|
0 commit comments