Skip to content
Snippets Groups Projects
Commit 93f98f10 authored by Andre Offringa's avatar Andre Offringa
Browse files

Bug 1491: fixing possible issue in mask conversion

parent 39d54be7
No related branches found
No related tags found
No related merge requests found
......@@ -330,6 +330,8 @@ class TimeFrequencyData
if(polarisation == XXPolarisation || polarisation == XYPolarisation || polarisation == YXPolarisation || polarisation == YYPolarisation || polarisation == StokesIPolarisation || polarisation == SinglePolarisation)
return _flagging[0];
}
else if(_flagCoverage==GlobalFlagCoverage)
return _flagging[0];
throw BadUsageException("Mask requested that was not available in the given time frequency data");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment