Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
c99ec4a6
Commit
c99ec4a6
authored
10 years ago
by
Nicolas Vilchez
Browse files
Options
Downloads
Patches
Plain Diff
Task #5678 selfcal update, bugs corrected
parent
fa29db86
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CEP/Calibration/pyselfcal/src/class_selfcalparam.py
+2
-0
2 additions, 0 deletions
CEP/Calibration/pyselfcal/src/class_selfcalparam.py
CEP/Calibration/pyselfcal/src/selfcal.py
+10
-9
10 additions, 9 deletions
CEP/Calibration/pyselfcal/src/selfcal.py
with
12 additions
and
9 deletions
CEP/Calibration/pyselfcal/src/class_selfcalparam.py
+
2
−
0
View file @
c99ec4a6
...
...
@@ -22,6 +22,8 @@ import numpy as np
from
lofar.selfcal
import
class_obsPreprocessing
#import class_obsPreprocessing
########################################################################
## Define selfcalibration Parameters for cycles & prepare parsets
########################################################################
...
...
This diff is collapsed.
Click to expand it.
CEP/Calibration/pyselfcal/src/selfcal.py
+
10
−
9
View file @
c99ec4a6
...
...
@@ -19,15 +19,16 @@ import getopt
# Import local modules (classes)
########################################################################
#from lofar.selfcal import class_obsparMergedData
#from lofar.selfcal import class_obsPreprocessing
#from lofar.selfcal import class_selfcalparam
#from lofar.selfcal import class_selfcalrun
import
class_obsparMergedData
import
class_obsPreprocessing
import
class_selfcalparam
import
class_selfcalrun
from
lofar.selfcal
import
class_obsparMergedData
from
lofar.selfcal
import
class_obsPreprocessing
from
lofar.selfcal
import
class_selfcalparam
from
lofar.selfcal
import
class_selfcalrun
#import class_obsparMergedData
#import class_obsPreprocessing
#import class_selfcalparam
#import class_selfcalrun
########################################################################
# OVERVIEW
#
...
...
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