ExposureFinder
public class FitsKeyword extends Object implements ExposureFinder
Constructor | Description |
---|---|
FitsKeyword() |
Modifier and Type | Method | Description |
---|---|---|
double |
getExposure(int pixel) |
Get the exposure for a given pixel.
|
void |
setImage(Image input,
Image output,
Sampler samp) |
Specify the input image for which we are
going to get the exposure.
|
public void setImage(Image input, Image output, Sampler samp)
ExposureFinder
setImage
in interface ExposureFinder
public double getExposure(int pixel)
ExposureFinder
getExposure
in interface ExposureFinder