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 voidEmpty the request hashGet the description of this component.static CatalogProcessorgetName()Get the name of this component.double[][]int[]voidpixels(boolean doPrint) Transform the catalog positions into pixel positions.voidpostProcess(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp) voidprocess(Image[] inputs, Image output, int[] source, Sampler samp, DepthSampler dsamp) Start up the processing.voidupdateHeader(nom.tam.fits.Header header) Update the FITS header to indicate what processing was done.booleanDoes this processor actually modify the output array?void
-
Constructor Details
-
CatalogProcessor
public CatalogProcessor()
-
-
Method Details
-
updatesOutput
public boolean updatesOutput()Description copied from class:ProcessorDoes this processor actually modify the output array?- Specified by:
updatesOutputin classProcessor
-
getName
Description copied from interface:ComponentGet the name of this component. -
getDescription
Description copied from interface:ComponentGet 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:
updateHeaderin 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
-