public class CatalogPostProcessor extends Object implements Processor
| Constructor and Description |
|---|
CatalogPostProcessor() |
| Modifier and Type | Method and 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