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 String
getDescription()
Get the description of this component.String
getName()
Get the name of this component.void
updateHeader(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
-
-