Serializable
, Component
, Processor
public class IDMosaic extends Mosaicker
Constructor | Description |
---|---|
IDMosaic() |
Modifier and Type | Method | 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) |
Return the tiles that would be used as the mosaicked image.
|
void |
updateHeader(nom.tam.fits.Header h) |
Describe the mosaicking of the image .
|
addPixels, ordinalSuffix, setUsedImages
public String getName()
public String getDescription()
getDescription
in interface Component
getDescription
in class Mosaicker
public void process(Image[] input, Image output, int[] osource, Sampler samp, DepthSampler dSampler)
process
in interface Processor
process
in class Mosaicker
input
- 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 updateHeader(nom.tam.fits.Header h)
updateHeader
in interface Processor
updateHeader
in class Mosaicker