public class ThresholdMedianSmoother extends Processor
| Constructor and Description |
|---|
ThresholdMedianSmoother()
Parse the settings and set things up to do the processing
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Indicate what processing is to be done.
|
java.lang.String |
getName()
Get the name of this component.
|
void |
process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Do the median smoothing -- possibly with thresholding.
|
void |
updateHeader(nom.tam.fits.Header header)
Add history records to the FITS header
|
boolean |
updatesOutput()
Does this processor actually modify the output array?
|
public ThresholdMedianSmoother()
public boolean updatesOutput()
ProcessorupdatesOutput in class Processorpublic void process(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp)
public void updateHeader(nom.tam.fits.Header header)
updateHeader in class Processorpublic java.lang.String getDescription()
public java.lang.String getName()
Component