Skip to content
GitLab
Explore
Sign in
Register
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
4f1889ac
Commit
4f1889ac
authored
1 year ago
by
Frits Sweijen
Committed by
alex
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Change selfcal_hba_imsize to int array
parent
165aa563
No related branches found
No related tags found
1 merge request
!175
Add HBA self calibration
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
workflows/HBA_target.cwl
+4
-2
4 additions, 2 deletions
workflows/HBA_target.cwl
workflows/linc_target.cwl
+2
-2
2 additions, 2 deletions
workflows/linc_target.cwl
workflows/linc_target/gsmcal.cwl
+3
-3
3 additions, 3 deletions
workflows/linc_target/gsmcal.cwl
with
9 additions
and
7 deletions
workflows/HBA_target.cwl
+
4
−
2
View file @
4f1889ac
...
...
@@ -165,8 +165,8 @@ inputs:
type: string?
default: 'HBA'
- id: selfcal_hba_imsize
type: int?
default: 20000
type: int
[]
?
default:
[
20000
,20000]
- id: chunkduration
type: float?
default: 0.0
...
...
@@ -309,6 +309,8 @@ steps:
source: selfcal
- id: selfcal_strategy
source: selfcal_strategy
- id: selfcal_hba_imsize
source: selfcal_hba_imsize
- id: chunkduration
source: chunkduration
- id: wsclean_tmpdir
...
...
This diff is collapsed.
Click to expand it.
workflows/linc_target.cwl
+
2
−
2
View file @
4f1889ac
...
...
@@ -165,8 +165,8 @@ inputs:
type: string?
default: 'HBA'
- id: selfcal_hba_imsize
type: int?
default: 20000
type: int
[]
?
default:
[
20000
,20000]
- id: chunkduration
type: float?
default: 0.0
...
...
This diff is collapsed.
Click to expand it.
workflows/linc_target/gsmcal.cwl
+
3
−
3
View file @
4f1889ac
...
...
@@ -84,8 +84,8 @@ inputs:
type: string?
default: 'HBA'
- id: selfcal_hba_imsize
type: int?
default: 20000
type: int
[]
?
default:
[
20000
,20000]
outputs:
- id: msout
outputSource:
...
...
@@ -562,7 +562,7 @@ steps:
- id: auto_threshold
default: 0.5
- id: image_size
default:
[
selfcal_hba_imsize
,selfcal_hba_imsize]
default: selfcal_hba_imsize
- id: niter
default: 285000
- id: nmiter
...
...
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