jsky.image
Class ImageColorITTs

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

public class ImageColorITTs
extends java.lang.Object

Defines a number of standard color intensity tables. The data was originally taken from ESO Midas files.

Version:
$Revision: 1.1 $
Author:
Allan Brighton

Constructor Summary
ImageColorITTs()
           
 
Method Summary
static float[] getITT(java.lang.String name)
          return the named lookup table
static java.lang.String getITTName(int i)
          return the name of the ith intensity table
static java.lang.String[] getITTNames()
          return an array of intensity table names
static int getNumITTs()
          return the numbr of intensity tables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageColorITTs

public ImageColorITTs()
Method Detail

getNumITTs

public static int getNumITTs()
return the numbr of intensity tables


getITTName

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


getITTNames

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


getITT

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