|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.process.Mosaicker
skyview.process.BackupMosaicker
public class BackupMosaicker
This mosaicker is used to create a mosaic where if there are pixels unfilled by the primary survey one or more secondary surveys are invoked to fill them.
| Constructor Summary | |
|---|---|
BackupMosaicker()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get a description of this component |
java.lang.String |
getName()
Get the name of this component |
void |
process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler)
Populate the pixel values of the output mosaic. |
void |
reprocess(Image output,
int[] source,
Sampler samp,
DepthSampler dSampler,
java.lang.String survey)
|
void |
updateHeader(Header h)
Describe the mosaicking of the image . |
| Methods inherited from class skyview.process.Mosaicker |
|---|
ordinalSuffix |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackupMosaicker()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface ComponentgetName in class Mosaickerpublic java.lang.String getDescription()
getDescription in interface ComponentgetDescription in class Mosaicker
public void process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler)
Mosaicker
process in interface Processorprocess in class Mosaickerinput - An array of input images.output - The image whose data is to be filled.osource - An integer array giving the source image to be used
for the output pixels. Note that depending upon
the mosaicker used, source may be dimensioned as either
nx*ny or (nx+1)*(ny+1).samp - The sampler to be used to sample the input images.dSampler - The sampler in the energy dimension (often null).
public void reprocess(Image output,
int[] source,
Sampler samp,
DepthSampler dSampler,
java.lang.String survey)
public void updateHeader(Header h)
updateHeader in interface ProcessorupdateHeader in class Mosaicker
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||