Class ExposureFile

    • Field Detail

      • expMatchStr

        public String expMatchStr
      • expOutStr

        public 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