Skip to content

Commit

Permalink
Turning off average waveform alignment for now -- can cause issues wi…
Browse files Browse the repository at this point in the history
…th phy.
  • Loading branch information
jenniferColonell committed Oct 1, 2021
1 parent e071dc6 commit 60c4025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecephys_spike_sorting/scripts/create_input_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def createInputJson(output_file,

# as implemented, "within_unit_overlap window" must be >= "between unit overlap window"
"ks_postprocessing_params" : {
"align_avg_waveform" : True,
"align_avg_waveform" : False,
"remove_duplicates" : True,
"cWaves_path" : cWaves_path,
"within_unit_overlap_window" : 0.000333,
Expand Down

0 comments on commit 60c4025

Please sign in to comment.