jview
Class JImageSuite.Gauss

java.lang.Object
  extended by jview.JImageSuite.Gauss
All Implemented Interfaces:
JImageSuite.Convolving
Enclosing class:
JImageSuite

public static class JImageSuite.Gauss
extends Object
implements JImageSuite.Convolving

Class that produces a truncated gaussian for image detection.


Field Summary
private  double fwhm
          Fwhm of the truncated gaussian.
private  double truncate
          Truncation in terms of fwhm.
 
Constructor Summary
JImageSuite.Gauss(double f, double trunc)
          Construct a new truncated gaussina filtering object for star detection.
 
Method Summary
 Kernel getConvolveKernel()
          Returns a truncated gaussian kernel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fwhm

private double fwhm
Fwhm of the truncated gaussian.


truncate

private double truncate
Truncation in terms of fwhm.

Constructor Detail

JImageSuite.Gauss

public JImageSuite.Gauss(double f,
                         double trunc)
Construct a new truncated gaussina filtering object for star detection.

Method Detail

getConvolveKernel

public Kernel getConvolveKernel()
Returns a truncated gaussian kernel.

Specified by:
getConvolveKernel in interface JImageSuite.Convolving