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

Set default input parameters

Former-commit-id: 9c0e8742
parent 2f6ba6aa
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,6 @@ ...@@ -9,5 +9,6 @@
"skymodels": { "skymodels": {
"class": "Directory", "class": "Directory",
"path": "/data/skymodels" "path": "/data/skymodels"
} },
"A-Team_sky_model": "/data/skymodels/Ateam_LBA_CC.skymodel"
} }
...@@ -46,10 +46,12 @@ inputs: ...@@ -46,10 +46,12 @@ inputs:
'sbg:y': -737 'sbg:y': -737
- id: flagunconverged - id: flagunconverged
type: boolean type: boolean
default: true
'sbg:x': -92 'sbg:x': -92
'sbg:y': -400 'sbg:y': -400
- id: do_smooth - id: do_smooth
type: boolean type: boolean
default: true
'sbg:x': -89 'sbg:x': -89
'sbg:y': -276 'sbg:y': -276
- id: min_separation - id: min_separation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment