public class CatalogProcessor extends 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.
|
boolean |
updatesOutput()
Does this processor actually modify the output array?
|
void |
waitForThreads() |
public boolean updatesOutput()
Processor
updatesOutput
in class Processor
public java.lang.String getName()
Component
public java.lang.String getDescription()
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 class 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()