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
2c710d4c
Commit
2c710d4c
authored
13 years ago
by
Ger van Diepen
Browse files
Options
Downloads
Patches
Plain Diff
bug 1684:
Renamed awimager to awzim
parent
b1fb592f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CEP/Imager/LofarFT/src/awzim.cc
+5
-8
5 additions, 8 deletions
CEP/Imager/LofarFT/src/awzim.cc
with
5 additions
and
8 deletions
CEP/Imager/LofarFT/src/awim
ager
.cc
→
CEP/Imager/LofarFT/src/aw
z
im.cc
+
5
−
8
View file @
2c710d4c
//# awim
ager
.cc: Program to create and/or clean a LOFAR image
//# aw
z
im.cc: Program to create and/or clean a LOFAR image
//# Copyright (C) 2011
//# Associated Universities, Inc. Washington DC, USA.
//#
...
...
@@ -163,7 +163,6 @@ void applyFactors (PagedImage<Float>& image, const Array<Float>& factors)
{
Array
<
Float
>
data
;
image
.
get
(
data
);
/// cout << "apply factor to " << data.data()[0] << ' ' << factors.data()[0]<<endl;
// Loop over channels
for
(
ArrayIterator
<
Float
>
iter1
(
data
,
3
);
!
iter1
.
pastEnd
();
iter1
.
next
())
{
// Loop over Stokes.
...
...
@@ -174,12 +173,10 @@ void applyFactors (PagedImage<Float>& image, const Array<Float>& factors)
}
}
image
.
put
(
data
);
/// cout << "applied factor to " << data.data()[0] << ' ' << factors.data()[0]<<endl;
}
void
correctImages
(
const
String
&
restoName
,
const
String
&
modelName
,
const
String
&
residName
,
const
String
&
imgName
,
LOFAR
::
LofarImager
&
imager
)
const
String
&
residName
,
const
String
&
imgName
)
{
// Copy the images to .corr ones.
{
...
...
@@ -725,10 +722,10 @@ int main (Int argc, char** argv)
Vector
<
String
>
(
1
,
psfName
));
// psf
}
// Do the final correction for primary beam and spheroidal.
correctImages
(
restoName
,
modelName
,
residName
,
imgName
,
imager
);
correctImages
(
restoName
,
modelName
,
residName
,
imgName
);
precTimer
.
stop
();
timer
.
show
(
"clean"
);
///
imager.showTimings (cout, precTimer.getReal());
///
imager.showTimings (cout, precTimer.getReal());
// Convert result to fits if needed.
if
(
!
fitsName
.
empty
())
{
String
error
;
...
...
@@ -747,6 +744,6 @@ int main (Int argc, char** argv)
cout
<<
x
.
getMesg
()
<<
endl
;
return
1
;
}
cout
<<
"awim
ager
normally ended"
<<
endl
;
cout
<<
"aw
z
im normally ended"
<<
endl
;
return
0
;
}
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