public class ImageMedian extends Object implements Processor
Constructor and Description |
---|
ImageMedian() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get a description of this object
|
String |
getName()
Get a name for this object
|
void |
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.
|
public String getName()
public String getDescription()
getDescription
in interface Component
public void process(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp)
public void updateHeader(nom.tam.fits.Header h)
updateHeader
in interface Processor