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.String
getDescription()
Get the description of this component.java.lang.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, updatesOutput
-
-
-
-
Method Detail
-
updateHeader
public void updateHeader(nom.tam.fits.Header header)
Description copied from class:Processor
Update the FITS header to indicate what processing was done.- Specified by:
updateHeader
in classProcessor
-
getName
public java.lang.String getName()
Description copied from interface:Component
Get the name of this component.
-
getDescription
public java.lang.String getDescription()
Description copied from interface:Component
Get the description of this component.
-
-