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

Task #10805: show solset name in DPPP output

parent 0a0d1e5a
No related branches found
No related tags found
No related merge requests found
......@@ -320,6 +320,7 @@ namespace LOFAR {
os << "ApplyCal " << itsName << std::endl;
if (itsUseH5Parm) {
os << " H5Parm: " << itsParmDBName << endl;
os << " SolSet: " << itsH5Parm.getSolSetName() << endl;
os << " SolTab: " << itsSolTabName << endl;
} else {
os << " parmdb: " << itsParmDBName << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment