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

Add max_separation argument

Former-commit-id: 8dfe68aa [formerly 8bbb1830]
Former-commit-id: df946705
Former-commit-id: 785eb34a
parents 098de700 efcf9514
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ outputs: ...@@ -82,7 +82,7 @@ outputs:
glob: $(inputs.msin.basename) glob: $(inputs.msin.basename)
hints: hints:
- class: DockerRequirement - class: DockerRequirement
dockerPull: lofareosc/prefactor:HBAcalibrator-ci:master dockerPull: lofareosc/prefactor:HBAcalibrator
requirements: requirements:
- class: InitialWorkDirRequirement - class: InitialWorkDirRequirement
listing: listing:
......
...@@ -15,7 +15,11 @@ inputs: ...@@ -15,7 +15,11 @@ inputs:
type: type:
- Directory? - Directory?
- File? - File?
<<<<<<< HEAD
doc: Directory containing the sky models doc: Directory containing the sky models
=======
doc: Directory or file containing the sky models
>>>>>>> 58858c575a22ca21b06d1284dbcf4634e3bf9276
- id: skymodels_extension - id: skymodels_extension
type: string? type: string?
doc: path extension of the sky models doc: path extension of the sky models
...@@ -81,4 +85,8 @@ requirements: ...@@ -81,4 +85,8 @@ requirements:
hints: hints:
DockerRequirement: DockerRequirement:
<<<<<<< HEAD
dockerPull: lofareosc/prefactor:master dockerPull: lofareosc/prefactor:master
=======
dockerPull: lofareosc/prefactor:HBAcalibrator
>>>>>>> 58858c575a22ca21b06d1284dbcf4634e3bf9276
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