public class BackupMosaicker extends Mosaicker
| Constructor and Description |
|---|
BackupMosaicker() |
| Modifier and Type | Method and Description |
|---|---|
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(nom.tam.fits.Header h)
Describe the mosaicking of the image .
|
addPixels, ordinalSuffix, setUsedImages, updatesOutputpublic java.lang.String getName()
public java.lang.String getDescription()
getDescription in interface ComponentgetDescription in class Mosaickerpublic void process(Image[] input, Image output, int[] osource, Sampler samp, DepthSampler dSampler)
Mosaickerprocess 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 (if any) in the energy dimension.public void reprocess(Image output, int[] source, Sampler samp, DepthSampler dSampler, java.lang.String survey)
public void updateHeader(nom.tam.fits.Header h)
updateHeader in class Mosaicker