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
a79d3ab7
Commit
a79d3ab7
authored
6 years ago
by
Tammo Jan Dijkema
Browse files
Options
Downloads
Patches
Plain Diff
Task #11553: add forgotten include
parent
000d4517
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CEP/Calibration/StationResponse/src/LofarMetaDataUtil.cc
+3
-1
3 additions, 1 deletion
CEP/Calibration/StationResponse/src/LofarMetaDataUtil.cc
with
3 additions
and
1 deletion
CEP/Calibration/StationResponse/src/LofarMetaDataUtil.cc
+
3
−
1
View file @
a79d3ab7
...
...
@@ -37,6 +37,8 @@
#include
<measures/Measures/MeasConvert.h>
#include
<measures/TableMeasures/ScalarMeasColumn.h>
#include
<stdexcept>
#include
<ms/MeasurementSets/MSAntenna.h>
#if defined(casacore)
#include
<ms/MSSel/MSSelection.h>
...
...
@@ -228,7 +230,7 @@ AntennaField::Ptr readAntennaFieldAartfaac(const Table &table, const string &ant
else
// HBA
{
// TODO: implement this
throw
std
::
runtime_error
(
"HBA not implemented yet.
..
"
);
throw
std
::
runtime_error
(
"HBA
for Aartfaac is
not implemented yet."
);
}
// Add only one antenna to the field (no offset, always enabled)
...
...
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