|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.process.deedger.ImageMedian
public class ImageMedian
This class adjusts the 0 points for data taken from multiple images to try to minimize edge effects. This class just normalizes the medians of all image.
| Constructor Summary | |
|---|---|
ImageMedian()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get a description of this object |
java.lang.String |
getName()
Get a name for this object |
void |
process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
Initialized the de-edger. |
void |
updateHeader(Header h)
Update a FITS header with the processing done here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageMedian()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Componentpublic java.lang.String getDescription()
getDescription in interface Component
public void process(Image[] inputs,
Image output,
int[] source,
Sampler samp,
DepthSampler dsamp)
process in interface Processorinputs - The input images.output - The output user imagesource - The index arraysamp - The spatial sampler (not used)dsamp - The energy sampler (not used)public void updateHeader(Header h)
updateHeader in interface Processor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||