checkExtensions(true);
// unplot the original table, since the FITS table will be plotted from now on
TablePlotter plotter = _navigator.getPlotter();
if (plotter != null) {
plotter.unplot(table);
//plotter.plot(newTable);
_navigator.setQueryResult(newTable.getCatalog());
}
} catch (Exception e) {
DialogUtil.error(this, e);