Skip to content
Snippets Groups Projects

Change numberOfCorrelatedDataProducts to represent the number of measurement...

Closed Timo Millenaar requested to merge numberOfCorrelatedDataProducts into master
3 files
+ 20
5
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
1
@@ -13,6 +13,9 @@ inputs:
type: File
inputBinding:
position: 1
- id: ms_count
type: int
outputs:
- id: ingest
type: Any
@@ -47,7 +50,7 @@ requirements:
"timeIntegrationStep": "1",
"flagAutoCorrelations": "true",
"frequencyIntegrationStep": "1",
"numberOfCorrelatedDataProducts": "1"
"numberOfCorrelatedDataProducts": $(inputs.ms_count),
}
}
- entryname: dataproduct.json
Loading