Package skyview.data
Class NormedGaussSmoother
- java.lang.Object
-
- skyview.data.WeightedSmoother
-
- skyview.data.NormedGaussSmoother
-
public class NormedGaussSmoother extends WeightedSmoother
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NormedGaussSmoother()
-
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
-
-
-
-
Method Detail
-
updateHeader
public void updateHeader(nom.tam.fits.Header header)
Description copied from interface:Processor
Update the FITS header to indicate what processing was done.
-
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.
-
-