public class CatalogProcessor extends Object implements Processor
| Constructor and Description |
|---|
CatalogProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearRequests()
Empty the request hash
|
ConeQuerier[] |
getCatalogs() |
String |
getDescription()
Get the description of this component.
|
static CatalogProcessor |
getLastProcessor() |
String |
getName()
Get the name of this component.
|
double[][] |
getPixels() |
int[] |
getSymbols() |
void |
pixels(boolean doPrint)
Transform the catalog positions into pixel positions.
|
void |
postProcess(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp) |
void |
process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Start up the processing.
|
void |
updateHeader(nom.tam.fits.Header header)
Update the FITS header to indicate what processing was done.
|
void |
waitForThreads() |
public String getName()
Componentpublic String getDescription()
ComponentgetDescription in interface Componentpublic void process(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp)
public static CatalogProcessor getLastProcessor()
public void waitForThreads()
public ConeQuerier[] getCatalogs()
public void updateHeader(nom.tam.fits.Header header)
updateHeader in interface Processorpublic void pixels(boolean doPrint)
public void postProcess(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp)
public double[][] getPixels()
public int[] getSymbols()
public static void clearRequests()