Package skyview.data

Class 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NormedGaussSmoother

        public NormedGaussSmoother()
    • 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.