Package skyview.process.expfinder
Class FitsKeyword
java.lang.Object
skyview.process.expfinder.FitsKeyword
- All Implemented Interfaces:
ExposureFinder
Find the exposure in the FITS file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getExposure
(int pixel) Get the exposure for a given pixel.void
Specify the input image for which we are going to get the exposure.
-
Constructor Details
-
FitsKeyword
public FitsKeyword()
-
-
Method Details
-
setImage
Description copied from interface:ExposureFinder
Specify the input image for which we are going to get the exposure.- Specified by:
setImage
in interfaceExposureFinder
-
getExposure
public double getExposure(int pixel) Description copied from interface:ExposureFinder
Get the exposure for a given pixel. For 3-d images the exposure is assumed to be constant in the energy dimension. This is probably not true, but we don't anticipate adding 3-d images much.- Specified by:
getExposure
in interfaceExposureFinder
-