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