/**
   * Store the result image in the script runner's image table now that the action execution is
   * finished.
   */
  protected void doPostAlgorithmActions() {

    if (displayLoc == NEW) {
      AlgorithmParameters.storeImageInRunner(getResultImage());
    }
  }