public class AddingMosaicker extends Object implements Processor
Constructor and Description |
---|
AddingMosaicker() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get a description of this component
|
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 |
updateHeader(nom.tam.fits.Header h)
Describe the mosaicking of the image .
|
public String getName()
public String getDescription()
getDescription
in interface Component
public void process(Image[] input, Image output, int[] osource, Sampler samp, DepthSampler dSampler)
public void updateHeader(nom.tam.fits.Header h)
updateHeader
in interface Processor