Remove computation from Experiment class
- There were a few instances of computations being done by the
Experiment
class instead of the owned algorithm classes. These have been removed. - Fixed an issue where the call to
Refiner::refine()
viaExperiment::refine()
worked for the gui, but not for the base call itself.
Resoves #673 (closed), #651 (closed)