Serializable
, Component
, Processor
public class BoundaryMedian extends Object implements Processor
Constructor | Description |
---|---|
BoundaryMedian() |
Modifier and Type | Method | 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) |
Initialize 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