Serializable
, Component
, Processor
public class CatalogPostProcessor extends Object implements Processor
Constructor | Description |
---|---|
CatalogPostProcessor() |
Modifier and Type | Method | Description |
---|---|---|
String |
getDescription() |
Get the description of this component.
|
String |
getName() |
Get the name of this component.
|
void |
process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp) |
Perform the processing task associated with this object.
|
void |
updateHeader(nom.tam.fits.Header header) |
Update the FITS header to indicate what processing was done.
|
public String getName()
Component
public String getDescription()
Component
getDescription
in interface Component
public void process(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp)
public void updateHeader(nom.tam.fits.Header header)
updateHeader
in interface Processor