Package skyview.vo
Class CatalogProcessor
java.lang.Object
skyview.process.Processor
skyview.vo.CatalogProcessor
- All Implemented Interfaces:
Serializable
,Component
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Empty the request hashGet the description of this component.static CatalogProcessor
getName()
Get the name of this component.double[][]
int[]
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
Does this processor actually modify the output array?void
-
Constructor Details
-
CatalogProcessor
public CatalogProcessor()
-
-
Method Details
-
updatesOutput
public boolean updatesOutput()Description copied from class:Processor
Does this processor actually modify the output array?- Specified by:
updatesOutput
in classProcessor
-
getName
Description copied from interface:Component
Get the name of this component. -
getDescription
Description copied from interface:Component
Get the description of this component. -
process
Start up the processing. -
getLastProcessor
-
waitForThreads
public void waitForThreads() -
getCatalogs
-
updateHeader
public void updateHeader(nom.tam.fits.Header header) Update the FITS header to indicate what processing was done.- Specified by:
updateHeader
in classProcessor
-
pixels
public void pixels(boolean doPrint) Transform the catalog positions into pixel positions. -
postProcess
public void postProcess(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp) -
getPixels
public double[][] getPixels() -
getSymbols
public int[] getSymbols() -
clearRequests
public static void clearRequests()Empty the request hash
-