this.getProgressNotifier().notifyListeners(
new ProgressInfo(ProgressType.MAX_PROGRESS, analyser
.getLineCount()
+ plotPortion));
NewStarFromFileTask task = new NewStarFromFileTask(obsFile, analyser,
plotPortion, isAdditiveLoad);
this.currTask = task;
task.execute();
}