Skip to content

Commit

Permalink
update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Jan 16, 2024
1 parent 6ce6d64 commit 8cf2e22
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions si_kilosort25/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@
"type": "bool",
"default": false
},
{
"name": "job_kwargs.n_jobs",
"description": "Number of jobs, must be a positive number between 0 and 1, or -1 for all processors.",
"type": "float",
"default": 0.8
},
{
"name": "job_kwargs.chunk_duration",
"description": "Chunk duration.",
"type": "str",
"default": "1s"
},
{
"name": "job_kwargs.progress_bar",
"description": "Show progress bar.",
"type": "bool",
"default": false
},
{
"name": "recording_context.electrical_series_path",
"description": "Path to the electrical series in the NWB file",
Expand Down
18 changes: 18 additions & 0 deletions si_kilosort3/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@
"type": "bool",
"default": false
},
{
"name": "job_kwargs.n_jobs",
"description": "Number of jobs, must be a positive number between 0 and 1, or -1 for all processors.",
"type": "float",
"default": 0.8
},
{
"name": "job_kwargs.chunk_duration",
"description": "Chunk duration.",
"type": "str",
"default": "1s"
},
{
"name": "job_kwargs.progress_bar",
"description": "Show progress bar.",
"type": "bool",
"default": false
},
{
"name": "recording_context.electrical_series_path",
"description": "Path to the electrical series in the NWB file",
Expand Down

0 comments on commit 8cf2e22

Please sign in to comment.