Class EnhancedScalingUtils

java.lang.Object
org.lsst.fits.imageio.EnhancedScalingUtils

public class EnhancedScalingUtils extends Object
The goal of this class is to scale a given set of arbitrary floating or integer data to a range of RGB values. We do this by histograming the data and then computing a cdf so that the output RGB value is scaled according to the frequency of occurrence of the value in the input data.
Author:
tonyj
  • Method Details

    • getMin

      public float getMin()
    • getMax

      public float getMax()
    • getBinSize

      public float getBinSize()
    • getHistogram

      public int[] getHistogram()
    • getEntries

      public int getEntries()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • main

      public static void main(String[] args)