healpix.tools
Class Tools

java.lang.Object
  extended byhealpix.tools.Tools

public class Tools
extends java.lang.Object


Constructor Summary
Tools()
           
 
Method Summary
static java.lang.String extractKey(java.lang.String key, nom.tam.fits.Header hd)
           
static boolean parseBool(java.lang.String s)
          Check a string for T,t TRUE or true and return true if any of these are found.
static void yieldToGC()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tools

public Tools()
Method Detail

yieldToGC

public static final void yieldToGC()

parseBool

public static boolean parseBool(java.lang.String s)
Check a string for T,t TRUE or true and return true if any of these are found.


extractKey

public static java.lang.String extractKey(java.lang.String key,
                                          nom.tam.fits.Header hd)
                                   throws java.lang.Exception
Throws:
java.lang.Exception