Skip to content

Commit 987231b

Browse files
author
Thinh Nguyen
committed
enable catgt run
1 parent 5905392 commit 987231b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

element_array_ephys/ephys_acute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def make(self, key):
629629
ks_output_dir=kilosort_dir,
630630
params=params,
631631
KS2ver=f'{Decimal(clustering_method.replace("kilosort", "")):.1f}',
632-
run_CatGT=False)
632+
run_CatGT=True)
633633
run_kilosort.run_modules()
634634
elif acq_software == 'Open Ephys':
635635
oe_probe = get_openephys_probe_data(key)

element_array_ephys/ephys_chronic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def make(self, key):
576576
ks_output_dir=kilosort_dir,
577577
params=params,
578578
KS2ver=f'{Decimal(clustering_method.replace("kilosort", "")):.1f}',
579-
run_CatGT=False)
579+
run_CatGT=True)
580580
run_kilosort.run_modules()
581581
elif acq_software == 'Open Ephys':
582582
oe_probe = get_openephys_probe_data(key)

element_array_ephys/ephys_no_curation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ def make(self, key):
628628
ks_output_dir=kilosort_dir,
629629
params=params,
630630
KS2ver=f'{Decimal(clustering_method.replace("kilosort", "")):.1f}',
631-
run_CatGT=False)
631+
run_CatGT=True)
632632
run_kilosort.run_modules()
633633
elif acq_software == 'Open Ephys':
634634
oe_probe = get_openephys_probe_data(key)

0 commit comments

Comments
 (0)