PhasePlotTask task = new PhasePlotTask(period, epoch,
seriesVisibilityMap);
try {
currTask = task;
task.execute();
} catch (Exception e) {
Mediator.getUI().setCursor(null);
MessageBox.showErrorDialog(Mediator.getUI().getComponent(),
"New Phase Plot", e);
}