Class ExposureFile

java.lang.Object
skyview.process.expfinder.ExposureFile
All Implemented Interfaces:
ExposureFinder

public class ExposureFile extends Object implements ExposureFinder
Find the exposure in the FITS file.
  • Field Details

    • expMatchStr

      public String expMatchStr
    • expOutStr

      public String expOutStr
  • Constructor Details

    • ExposureFile

      public ExposureFile()
  • Method Details

    • setImage

      public void setImage(Image input, Image output, Sampler samp)
      Description copied from interface: ExposureFinder
      Specify the input image for which we are going to get the exposure.
      Specified by:
      setImage in interface ExposureFinder
    • 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 interface ExposureFinder