Serializable, Component, Processorpublic 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()
Componentpublic String getDescription()
ComponentgetDescription in interface Componentpublic void process(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp)
public void updateHeader(nom.tam.fits.Header header)
updateHeader in interface Processor