nsidc.spheres
Class UnitTest

java.lang.Object
  extended bynsidc.spheres.Sphere
      extended bynsidc.spheres.UnitTest

public class UnitTest
extends Sphere

Important orbit information: Adeos-II, AMSR: 8.62, 100.93, 1445 Aqua, AMSR-E: 8.2, 98.9, 1600


Field Summary
(package private)  Sphere sphere
          instance variables
 
Fields inherited from class nsidc.spheres.Sphere
radius, Re_km
 
Constructor Summary
protected UnitTest()
          Empty constructor
 
Method Summary
static void main(java.lang.String[] argv)
           
protected  void systemLog(java.lang.String msg)
          Log diagnostic messages
protected  void systemLog(java.lang.String msg, int level)
          Log diagnostic messages
 void testEdgeToCrossing()
          get some AMSR crossings given a pair of edge points.
 void testLLBBCrossings()
           
 void testLLBDensifier()
           
 void testLLBtoSP()
           
 void testPointRange()
           
 void testSPContainment()
           
 void testSPCrossings()
           
 void testSPDensifier()
           
 
Methods inherited from class nsidc.spheres.Sphere
degrees, degrees, getRadius, normalize, normalize, radians, radians, scalarTripleProductTest, setRadius
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sphere

Sphere sphere
instance variables

Constructor Detail

UnitTest

protected UnitTest()
Empty constructor

Method Detail

main

public static void main(java.lang.String[] argv)

testEdgeToCrossing

public void testEdgeToCrossing()
get some AMSR crossings given a pair of edge points.


testPointRange

public void testPointRange()

testSPContainment

public void testSPContainment()

testSPDensifier

public void testSPDensifier()

testLLBtoSP

public void testLLBtoSP()

testLLBBCrossings

public void testLLBBCrossings()

testSPCrossings

public void testSPCrossings()

testLLBDensifier

public void testLLBDensifier()

systemLog

protected void systemLog(java.lang.String msg,
                         int level)
Log diagnostic messages

Overrides:
systemLog in class Sphere
Parameters:
msg - Message to log.
level - Debug sensitivity.

systemLog

protected void systemLog(java.lang.String msg)
Description copied from class: Sphere
Log diagnostic messages

Overrides:
systemLog in class Sphere
Parameters:
msg - Message to log.