Package skyview.data
Class GaussSmoother
- java.lang.Object
-
- skyview.data.WeightedSmoother
-
- skyview.data.GaussSmoother
-
- All Implemented Interfaces:
Serializable,Component,Processor
public class GaussSmoother extends WeightedSmoother
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GaussSmoother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get the description of this component.StringgetName()Get the name of this component.voidupdateHeader(nom.tam.fits.Header header)Update the FITS header to indicate what processing was done.-
Methods inherited from class skyview.data.WeightedSmoother
process, setSmoothSize, smooth
-
-