|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.ij.IJProcessor
public class IJProcessor
This class uses ImageJ to create non-FITS image products. The following keyword settings are supported:
| Constructor Summary | |
|---|---|
IJProcessor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the description of this component. |
java.lang.String |
getName()
Get the name of this component. |
static java.util.ArrayList<ImagePlus> |
getSavedImages()
|
void |
process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Perform the processing task associated with this object. |
void |
updateHeader(Header header)
Update the FITS header to indicate what processing was done. |
void |
updateSettings()
This method ensures the the IJProcessor setting is set up if any of it's facilities are requested. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IJProcessor()
| Method Detail |
|---|
public java.lang.String getName()
Component
getName in interface Componentpublic java.lang.String getDescription()
Component
getDescription in interface Componentpublic void updateSettings()
updateSettings in interface SettingsUpdater
public void process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Processor
process in interface Processorinputs - The array of input survey images.output - The output user image. A null output may signal
that an error has taken place. If this processor wishes
to do something in response to the error, it may look at the ErrorMsg setting.source - An array giving the source image for each output pixel.samp - The sampler object used to do spatial sampling of the input images.dsamp - The sampler in the energy dimension (often null).public void updateHeader(Header header)
Processor
updateHeader in interface Processorpublic static java.util.ArrayList<ImagePlus> getSavedImages()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||