jsky.image
Class ImageColorLUTs

java.lang.Object
  extended by jsky.image.ImageColorLUTs

public class ImageColorLUTs
extends java.lang.Object

Defines a number of static, standard color lookup tables and intensity tables. The data was originally taken from ESO Midas file. Skycat generated a C file from it, which has been modified here for java syntax.

Version:
$Revision: 1.1 $
Author:
Allan Brighton

Constructor Summary
ImageColorLUTs()
           
 
Method Summary
static float[][] getLUT(java.lang.String name)
          return the named lookup table
static java.lang.String getLUTName(int i)
          return the name of the ith lookup table
static java.lang.String[] getLUTNames()
          return an array of lookup table names
static int getNumLUTs()
          return the numbr of lookup tables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageColorLUTs

public ImageColorLUTs()
Method Detail

getNumLUTs

public static int getNumLUTs()
return the numbr of lookup tables


getLUTName

public static java.lang.String getLUTName(int i)
return the name of the ith lookup table


getLUTNames

public static java.lang.String[] getLUTNames()
return an array of lookup table names


getLUT

public static float[][] getLUT(java.lang.String name)
return the named lookup table