Class SNRClusterFinder

java.lang.Object
cnuphys.snr.SNRClusterFinder

public class SNRClusterFinder extends Object
  • Field Details Link icon

  • Constructor Details Link icon

    • SNRClusterFinder Link icon

      public SNRClusterFinder(NoiseReductionParameters params)
      Create a cluster finder, tied to a parameters object
      Parameters:
      params - the owner of the cluster object
  • Method Details Link icon

    • findClusters Link icon

      public void findClusters()
      Find the clusters.
    • getClusters Link icon

      public ArrayList<SNRCluster> getClusters()
      Get the list of clusters
      Returns:
      the list of clusters