Package skyview.process.deedger
Class ImageMedian
- java.lang.Object
-
- skyview.process.deedger.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 Summary
Constructors Constructor Description ImageMedian()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Get a description of this objectString
getName()
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.
-
-
-
Method Detail
-
getName
public String getName()
Get a name for this object
-
getDescription
public String getDescription()
Get a description of this object- Specified by:
getDescription
in interfaceComponent
-
process
public void process(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp)
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 interfaceProcessor
-
-