Class ExposureFile

  • All Implemented Interfaces:
    ExposureFinder

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

      Fields 
      Modifier and Type Field Description
      java.lang.String expMatchStr  
      java.lang.String expOutStr  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExposureFile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • expMatchStr

        public java.lang.String expMatchStr
      • expOutStr

        public java.lang.String expOutStr
    • Constructor Detail

      • ExposureFile

        public ExposureFile()
    • Method Detail

      • 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