public class PixToolTest1
extends TestCase
Modifier and Type | Class and Description |
---|---|
static class |
PixToolTest1.RaDePoint
Simple point on sky.
|
Modifier and Type | Field and Description |
---|---|
(package private) long |
NSIDE1 |
(package private) long |
NSIDE2 |
(package private) static PixTools |
tools |
Constructor and Description |
---|
PixToolTest1() |
Modifier and Type | Method and Description |
---|---|
long |
getHealId(double ra,
double de,
long nsides)
get position ID for ra,de
|
static PixToolTest1.RaDePoint |
getRaDe(long area,
long nsides)
inverse method, convert area ID to RaDePoint
|
void |
testCircle1() |
void |
testCircle2() |
void |
testCircle3() |
void |
testCircle4() |
void |
testCircle5()
with NSIDE 512
|
void |
testInverse() |
void |
testVertexes()
with NSIDE 512
|
void |
testVertexesHR()
with high res.
|
static PixTools tools
long NSIDE1
long NSIDE2
public void testCircle1()
public void testCircle2()
public void testCircle3()
public void testCircle4()
public void testCircle5()
public void testVertexes()
public void testVertexesHR()
public void testInverse()
public long getHealId(double ra, double de, long nsides)
ra
- right ascencion in degreesde
- declination in degreesnsides
- - non default number of nsidespublic static PixToolTest1.RaDePoint getRaDe(long area, long nsides)