|
healpix.core.test
Class Ang2PixAllTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
healpix.core.test.Ang2PixAllTest
- All Implemented Interfaces:
- junit.framework.Test
public class Ang2PixAllTest - extends junit.framework.TestCase
Test the healpix pixel and angle related methods.
- Version:
- $Id: Ang2PixAllTest.java,v 1.1.2.4 2010/02/22 14:55:50 healpix Exp $
- Author:
- ejoliet
Method Summary |
void |
test41087()
Uwe's problem index* |
void |
test8063()
Uwe's problem index* |
void |
testAll(int nside,
boolean ring)
Test pix to angle and angle to pixel tied to a resolution number nside |
void |
testAllNest128()
Test in nest scheme with nside = 128 |
void |
testAllRing128()
Test in ring scheme with nside = 128 |
void |
testAllRing64()
Test in ring scheme with nside = 64 |
Methods inherited from class junit.framework.TestCase |
countTestCases, getName, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Ang2PixAllTest
public Ang2PixAllTest()
testAllRing128
public void testAllRing128()
throws Exception
- Test in ring scheme with nside = 128
- Throws:
Exception
testAllRing64
public void testAllRing64()
throws Exception
- Test in ring scheme with nside = 64
- Throws:
Exception
testAllNest128
public void testAllNest128()
throws Exception
- Test in nest scheme with nside = 128
- Throws:
Exception
testAll
public void testAll(int nside,
boolean ring)
throws Exception
- Test pix to angle and angle to pixel tied to a resolution number nside
- Parameters:
nside - resolution numberring - if true, ring scheme is selected
- Throws:
Exception
test8063
public void test8063()
throws Exception
- Uwe's problem index*
- Throws:
Exception
test41087
public void test41087()
throws Exception
- Uwe's problem index*
- Throws:
Exception
|
|