Package skyview.process.deedger
Class ImageMedian
java.lang.Object
skyview.process.Processor
skyview.process.deedger.ImageMedian
- All Implemented Interfaces:
Serializable
,Component
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a description of this objectgetName()
Get a name for this objectvoid
process
(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp) Initialized the de-edger.void
updateHeader
(nom.tam.fits.Header h) Update a FITS header with the processing done here.boolean
Does this processor actually modify the output array?
-
Constructor Details
-
ImageMedian
public ImageMedian()
-
-
Method Details
-
getName
Get a name for this object -
getDescription
Get a description of this object -
updatesOutput
public boolean updatesOutput()Description copied from class:Processor
Does this processor actually modify the output array?- Specified by:
updatesOutput
in classProcessor
-
process
Initialized the de-edger. -
updateHeader
public void updateHeader(nom.tam.fits.Header h) Update a FITS header with the processing done here.- Specified by:
updateHeader
in classProcessor
-