stsci.tools
Class Constants

java.lang.Object
  |
  +--stsci.tools.Constants

public class Constants
extends java.lang.Object

Constants for the system. We dont have that many here. Notice that verbose is set using a property - the same could be done for colours. * @author


Field Summary
static double ARCSEC_PER_RADIAN
           
static java.lang.String[] bands
          GSC2 color bands * @author
static java.lang.String[] classifs
          GSCII classification codes * @author
static java.awt.Color[] colours
          Colors used for catalogues * @author
static double DEGREES_PER_RADIAN
           
static java.awt.Color filterbg
           
static double HALF_PI
           
static int maxPix
          maximum pixel size for plotting * @author
static int minPix
          Minimum pixel size for plotting * @author
static double TWO_PI
           
static int verbose
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verbose

public static int verbose

colours

public static final java.awt.Color[] colours
Colors used for catalogues * @author

bands

public static final java.lang.String[] bands
GSC2 color bands * @author

classifs

public static final java.lang.String[] classifs
GSCII classification codes * @author

maxPix

public static int maxPix
maximum pixel size for plotting * @author

minPix

public static final int minPix
Minimum pixel size for plotting * @author

ARCSEC_PER_RADIAN

public static final double ARCSEC_PER_RADIAN

DEGREES_PER_RADIAN

public static final double DEGREES_PER_RADIAN

filterbg

public static final java.awt.Color filterbg

TWO_PI

public static final double TWO_PI

HALF_PI

public static final double HALF_PI
Constructor Detail

Constants

public Constants()