Skip to content
Snippets Groups Projects
Commit 14c22a90 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #8612: better message in BBS

parent 53cd61ba
No related branches found
No related tags found
No related merge requests found
...@@ -860,7 +860,9 @@ void MeasurementExprLOFAR::setCorrelations(bool circular) ...@@ -860,7 +860,9 @@ void MeasurementExprLOFAR::setCorrelations(bool circular)
if(circular) if(circular)
{ {
LOG_DEBUG_STR("Visibilities will be simulated using circular-RL" LOG_DEBUG_STR("Visibilities will be simulated using circular-RL"
" correlations."); " correlations. Instrument tables are interpreted as linear"
" so when applying them the visibilities will be converted to"
" linear and back.");
itsCorrelations.append(Correlation::RR); itsCorrelations.append(Correlation::RR);
itsCorrelations.append(Correlation::RL); itsCorrelations.append(Correlation::RL);
itsCorrelations.append(Correlation::LR); itsCorrelations.append(Correlation::LR);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment