Package skyview.data
Class GaussSmoother
java.lang.Object
skyview.process.Processor
skyview.data.WeightedSmoother
skyview.data.GaussSmoother
- All Implemented Interfaces:
Serializable
,Component
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description of this component.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
-
Constructor Details
-
GaussSmoother
public GaussSmoother()
-
-
Method Details
-
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
Description copied from interface:Component
Get the name of this component. -
getDescription
Description copied from interface:Component
Get the description of this component.
-