process.py
run(display_progress=True, reserve_jobs=False, suppress_errors=False)
¶
Execute all populate commands in Element Array Ephys
Parameters:
Name | Type | Description | Default |
---|---|---|---|
display_progress |
bool
|
See DataJoint |
True
|
reserve_jobs |
bool
|
See DataJoint |
False
|
suppress_errors |
bool
|
See DataJoint |
False
|
Source code in workflow_array_ephys/process.py
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|