Class TMAExplorer

java.lang.Object
qupath.lib.gui.tma.TMAExplorer
All Implemented Interfaces:
Runnable

public class TMAExplorer extends Object implements Runnable
The aim of this is to enable the exploration of TMA data from multiple images in a project.

In the end, it might not last... since this overlaps considerably with the aim of the TMASummaryViewer.

Therefore currently its primary task is to simply launch the TMASummaryViewer with the data it has gathered.

Author:
Pete Bankhead
  • Constructor Details

    • TMAExplorer

      public TMAExplorer(QuPathGUI qupath)
      Constructor.
      Parameters:
      qupath - the current QuPath instance
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable