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
46c31288
Commit
46c31288
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnecessary files
Former-commit-id:
8bb035a2
Former-commit-id:
1aa9471d
parent
1dcc780b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-6
0 additions, 6 deletions
.gitlab-ci.yml
steps/blsmooth.cwl
+0
-91
0 additions, 91 deletions
steps/blsmooth.cwl
test_jobs/blsmooth.json
+0
-7
0 additions, 7 deletions
test_jobs/blsmooth.json
with
0 additions
and
104 deletions
.gitlab-ci.yml
+
0
−
6
View file @
46c31288
...
@@ -153,12 +153,6 @@ h5parm_collector:
...
@@ -153,12 +153,6 @@ h5parm_collector:
script
:
script
:
-
cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH steps/H5ParmCollector.cwl test_jobs/h5parm_collector.json
-
cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH steps/H5ParmCollector.cwl test_jobs/h5parm_collector.json
blsmooth
:
stage
:
test_steps
allow_failure
:
true
script
:
-
cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH steps/blsmooth.cwl test_jobs/blsmooth.json
ddecal
:
ddecal
:
stage
:
test_steps
stage
:
test_steps
allow_failure
:
true
allow_failure
:
true
...
...
This diff is collapsed.
Click to expand it.
steps/blsmooth.cwl
deleted
100644 → 0
+
0
−
91
View file @
1dcc780b
class: CommandLineTool
cwlVersion: v1.0
id: blsmooth
label: BLsmooth
baseCommand:
- BLsmooth.py
inputs:
- id: msin
type: Directory
inputBinding:
position: 1
doc: Input measurement set
- default: 0.2
id: ionfactor
type: float
inputBinding:
position: 0
prefix: '-f'
doc: Gives an indication on how strong is the ionosphere
- id: do_smooth
type: boolean
doc: 'If true performs smoothing'
inputBinding:
prefix: '--smooth=SMOOTH'
- default: 0.5
id: bscalefactor
type: float
inputBinding:
position: 0
prefix: '-s'
doc: Gives an indication on how the smoothing varies with
- default: DATA
id: in_column_name
type: string
inputBinding:
position: 0
prefix: '-i'
doc: Column name to smooth
- default: SMOOTHED_DATA
id: out_column
type: string
inputBinding:
position: 0
prefix: '-o'
doc: Output column
- default: false
id: weight
type: boolean
inputBinding:
position: 0
prefix: '-w'
doc: >-
Save the newly computed WEIGHT_SPECTRUM, this action permanently modify
the MS!
- default: false
id: restore
type: boolean
inputBinding:
position: 0
prefix: '-r'
doc: If WEIGHT_SPECTRUM_ORIG exists then restore it before smoothing
- default: false
id: nobackup
type: boolean
inputBinding:
position: 0
prefix: '-b'
doc: Do not backup the old WEIGHT_SPECTRUM in WEIGHT_SPECTRUM_ORIG
- default: false
id: onlyamp
type: boolean
inputBinding:
position: 0
prefix: '-a'
doc: Smooth only amplitudes
outputs:
- id: msout
doc: MS set output
type: Directory
outputBinding:
glob: $(inputs.msin.basename)
hints:
- class: DockerRequirement
dockerPull: lofareosc/prefactor-ci:master
requirements:
- class: InitialWorkDirRequirement
listing:
- entry: $(inputs.msin)
writable: true
- class: InlineJavascriptRequirement
This diff is collapsed.
Click to expand it.
test_jobs/blsmooth.json
deleted
100644 → 0
+
0
−
7
View file @
1dcc780b
{
"msin"
:
{
"class"
:
"Directory"
,
"path"
:
"/data/L570745_SB003_uv_first10.MS"
},
"do_smooth"
:
true
}
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