public class CatalogProcessor extends java.lang.Object implements Processor
Constructor and Description |
---|
CatalogProcessor() |
Modifier and Type | Method and Description |
---|---|
static void |
clearRequests()
Empty the request hash
|
ConeQuerier[] |
getCatalogs() |
java.lang.String |
getDescription()
Get the description of this component.
|
static CatalogProcessor |
getLastProcessor() |
java.lang.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 java.lang.String getName()
Component
public java.lang.String getDescription()
Component
getDescription
in interface Component
public 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 Processor
public 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()