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