Skip to content
Snippets Groups Projects
Commit 9575b942 authored by Jan David Mol's avatar Jan David Mol
Browse files

SW-975: Do not forget original stacktrace for AipsError. We catch it higher up anyway.

parent 001f5906
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
......@@ -145,7 +145,7 @@ namespace LOFAR
void MeasurementSetFormat::createMSTables(const string &MSname, unsigned subband)
{
try {
{
int subarray = itsPS.settings.subbands[subband].SAP;
string directionType = itsPS.settings.SAPs[subarray].direction.type;
......@@ -220,8 +220,6 @@ namespace LOFAR
} catch (LOFAR::AssertError &ex) {
LOG_ERROR_STR("Failed to add beam tables: " << ex);
}
} catch (AipsError &ex) {
THROW(StorageException, "AIPS/CASA error: " << ex.getMesg());
}
// Flush the MS to make sure all tables are written
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment