We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ca7ca + 71d87ae commit 6757ef7Copy full SHA for 6757ef7
element_array_ephys/readers/kilosort_triggering.py
@@ -139,6 +139,7 @@ def generate_CatGT_input_json(self):
139
input_meta_path=input_meta_fullpath.as_posix(),
140
extracted_data_directory=self._ks_output_dir.as_posix(),
141
kilosort_output_directory=self._ks_output_dir.as_posix(),
142
+ kilosort_output_tmp=self._ks_output_dir.as_posix(),
143
kilosort_repository=_get_kilosort_repository(self._KS2ver),
144
**{k: v for k, v in catgt_params.items() if k in self._input_json_args}
145
)
0 commit comments