|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.vo.CatalogProcessor
public class CatalogProcessor
| Constructor Summary | |
|---|---|
CatalogProcessor()
|
|
| Method Summary | |
|---|---|
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(Header header)
Update the FITS header to indicate what processing was done. |
void |
updateSettings()
Make sure that we have use this as a pre-processor if needed. |
void |
waitForThreads()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CatalogProcessor()
| Method Detail |
|---|
public java.lang.String getName()
Component
getName in interface Componentpublic java.lang.String getDescription()
Component
getDescription in interface Component
public void process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
process in interface Processorinputs - The array of input survey images.output - The output user imagesource - An array giving the source image for each output pixel.samp - The sampler object used in processing.dsamp - The sampler in the energy dimension (often null).public static CatalogProcessor getLastProcessor()
public void waitForThreads()
public ConeQuerier[] getCatalogs()
public void updateHeader(Header header)
updateHeader in interface Processorpublic void updateSettings()
updateSettings in interface SettingsUpdaterpublic 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||