Skip to content
Snippets Groups Projects
Commit 2c0072c5 authored by Alexander Drabent's avatar Alexander Drabent
Browse files

update

Former-commit-id: 7106ebf3
parent 29c9956d
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ inputs: ...@@ -149,7 +149,7 @@ inputs:
'sbg:x': -1000 'sbg:x': -1000
'sbg:y': 1000 'sbg:y': 1000
- id: min_separation - id: min_separation
type: int? type: float?
default: 30 default: 30
'sbg:x': -1000 'sbg:x': -1000
'sbg:y': 1100 'sbg:y': 1100
......
...@@ -149,7 +149,7 @@ inputs: ...@@ -149,7 +149,7 @@ inputs:
'sbg:x': -1000 'sbg:x': -1000
'sbg:y': 1000 'sbg:y': 1000
- id: min_separation - id: min_separation
type: int? type: float?
default: 30 default: 30
'sbg:x': -1000 'sbg:x': -1000
'sbg:y': 1100 'sbg:y': 1100
......
...@@ -42,11 +42,11 @@ inputs: ...@@ -42,11 +42,11 @@ inputs:
'sbg:x': -1000 'sbg:x': -1000
'sbg:y': 0 'sbg:y': 0
- id: demix_timestep - id: demix_timestep
type: float type: int
'sbg:x': -1000 'sbg:x': -1000
'sbg:y': 100 'sbg:y': 100
- id: demix_freqstep - id: demix_freqstep
type: string type: int
'sbg:x': -1000 'sbg:x': -1000
'sbg:y': 100 'sbg:y': 100
- id: demix_target - id: demix_target
...@@ -132,10 +132,10 @@ steps: ...@@ -132,10 +132,10 @@ steps:
- id: baselines_to_flag - id: baselines_to_flag
default: [] default: []
source: flag_baselines source: flag_baselines
- id: avg_timeresolution - id: timeresolution
default: 1. default: 1.
source: avg_timeresolution source: avg_timeresolution
- id: avg_freqresolution - id: freqresolution
default: "12.21kHz" default: "12.21kHz"
source: avg_freqresolution source: avg_freqresolution
- id: process_baselines_cal - id: process_baselines_cal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment