Package skyview.data
Class GaussSmoother
- java.lang.Object
-
- skyview.process.Processor
-
- skyview.data.WeightedSmoother
-
- skyview.data.GaussSmoother
-
- All Implemented Interfaces:
java.io.Serializable,Component
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 java.lang.StringgetDescription()Get the description of this component.java.lang.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, updatesOutput
-
-
-
-
Method Detail
-
updateHeader
public void updateHeader(nom.tam.fits.Header header)
Description copied from class:ProcessorUpdate the FITS header to indicate what processing was done.- Specified by:
updateHeaderin classProcessor
-
getName
public java.lang.String getName()
Description copied from interface:ComponentGet the name of this component.
-
getDescription
public java.lang.String getDescription()
Description copied from interface:ComponentGet the description of this component.
-
-