Skip to content
Snippets Groups Projects
Commit 68373922 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add parameters to step

Former-commit-id: 50bef375
parent fc72ced9
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,18 @@ inputs:
- id: soltab
type: string
doc: "Solution table"
- id: clocksoltabOut
doc: output soltab name for clock
type: string?
- id: tecsoltabOut
doc: output soltab name for tec
type: string?
- id: offsetsoltabOut
doc: output soltab name for phase offset
type: string?
- id: tec3rdsoltabOut
doc: output soltab name for tec3rd offset
type: string?
- id: flagBadChannels
type: boolean?
doc: Detect and remove bad channel before fitting, by default True.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment