Package cnuphys.snr

Class SNRClusterFinder

java.lang.Object
cnuphys.snr.SNRClusterFinder

public class SNRClusterFinder extends Object
  • Field Details

  • Constructor Details

    • SNRClusterFinder

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

    • findClusters

      public void findClusters()
      Find the clusters.
    • getClusters

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