Skip to content

Commit 2bd2234

Browse files
committed
Merge branch 'main' of https://github.com/kabilar/element-array-ephys into main
2 parents 644a114 + dc0fc1f commit 2bd2234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

element_array_ephys/ephys_precluster.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,18 +291,18 @@ def insert_new_params(cls, precluster_method: str, paramset_idx: int,
291291

292292

293293
@schema
294-
class PreClusterParamList(dj.Manual):
294+
class PreClusterParamSteps(dj.Manual):
295295
definition = """
296296
# Ordered list of paramset_idx that are to be run
297297
precluster_param_list_id: smallint
298298
"""
299299

300-
class ParamOrder(dj.Part):
300+
class Step(dj.Part):
301301
definition = """
302302
-> master
303-
order_id: smallint # Order of operations
303+
step_number: smallint # Order of operations
304304
---
305-
-> [nullable] PreClusterParamSet # Nullable for when pre-clustering is not performed.
305+
-> PreClusterParamSet
306306
"""
307307

308308

0 commit comments

Comments
 (0)