Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
LINC
Commits
82681dfc
Commit
82681dfc
authored
1 year ago
by
alex
Browse files
Options
Downloads
Patches
Plain Diff
fix toil bug
#30
parent
bf229eb8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!158
fix toil bug #30
Pipeline
#57356
passed
1 year ago
Stage: versioning
Stage: build
Stage: tests
Stage: docs
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
steps/LoSoTo.Faraday.cwl
+2
-2
2 additions, 2 deletions
steps/LoSoTo.Faraday.cwl
steps/LoSoTo.Polalign.cwl
+3
-19
3 additions, 19 deletions
steps/LoSoTo.Polalign.cwl
workflows/linc_calibrator/fr.cwl
+2
-1
2 additions, 1 deletion
workflows/linc_calibrator/fr.cwl
with
7 additions
and
22 deletions
steps/LoSoTo.Faraday.cwl
+
2
−
2
View file @
82681dfc
...
...
@@ -6,6 +6,8 @@ id: losoto_faraday
$namespaces:
lofar: https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl
$schema:
- https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl
doc: |
Faraday rotation extraction from either a rotation table or a
circular phase (of which the operation get the polarisation difference).
...
...
@@ -69,5 +71,3 @@ outputs:
stdout: $(inputs.input_h5parm.basename)-losoto.log
stderr: $(inputs.input_h5parm.basename)-losoto_err.log
$schema:
- https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl
This diff is collapsed.
Click to expand it.
steps/LoSoTo.Polalign.cwl
+
3
−
19
View file @
82681dfc
...
...
@@ -14,32 +14,16 @@ doc: |
requirements:
InlineJavascriptRequirement:
expressionLib:
- |
function get_config() {
var par = ['soltab = ' + inputs.soltab]
if (inputs.ncpu !== null) par.push('ncpu='+inputs.ncpu);
par.push('[polalign]')
par.push('operation = POLALIGN')
for(var field_name in inputs){
if(field_name === 'input_h5parm' ||
field_name === 'soltab' ||
field_name === 'ncpu') continue;
if(inputs[field_name] === null ||
inputs[field_name] === 'null') continue;
par.push(field_name+'='+inputs[field_name])
}
return par
}
- { $include: utils.js}
InitialWorkDirRequirement:
listing:
- entryname: 'parset.config'
entry: $(get_config().join('\n'))
entry: $(get_losoto_config('POLALIGN').join('\n'))
- entryname: $(inputs.input_h5parm.basename)
entry: $(inputs.input_h5parm)
writable: true
baseCommand: "losoto"
arguments:
...
...
This diff is collapsed.
Click to expand it.
workflows/linc_calibrator/fr.cwl
+
2
−
1
View file @
82681dfc
...
...
@@ -63,10 +63,11 @@ steps:
- id: faraday_rot
in:
- id: refAnt
default: CS001HBA0
source: refant
- id: input_h5parm
source: h5parm
- id: soltabout
default: faraday
out:
- id: output_h5parm
- id: logfiles
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment