public class BoundaryAverage extends Processor
Constructor and Description |
---|
BoundaryAverage() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get a description of this object
|
java.lang.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.
|
boolean |
updatesOutput()
Does this processor actually modify the output array?
|
public boolean updatesOutput()
Processor
updatesOutput
in class Processor
public java.lang.String getName()
public java.lang.String getDescription()
public void process(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp)
public void updateHeader(nom.tam.fits.Header h)
updateHeader
in class Processor