Class ImageMedian

  • All Implemented Interfaces:
    Serializable, Component, Processor

    public class ImageMedian
    extends Object
    implements Processor
    This class adjusts the 0 points for data taken from multiple images to try to minimize edge effects. This class just normalizes the medians of all image.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImageMedian

        public ImageMedian()
    • Method Detail

      • process

        public void process​(Image[] inputs,
                            Image output,
                            int[] source,
                            Sampler samp,
                            DepthSampler dsamp)
        Initialized the de-edger.
        Specified by:
        process in interface Processor
        Parameters:
        inputs - The input images.
        output - The output user image
        source - The index array
        samp - The spatial sampler (not used)
        dsamp - The energy sampler (not used)
      • updateHeader

        public void updateHeader​(nom.tam.fits.Header h)
        Update a FITS header with the processing done here.
        Specified by:
        updateHeader in interface Processor