healpix.core
Class EquatorNestFace

java.lang.Object
  extended byhealpix.core.NestedFace
      extended byhealpix.core.EquatorNestFace

public class EquatorNestFace
extends NestedFace


Field Summary
 
Fields inherited from class healpix.core.NestedFace
adjacent, face, npface, nside, offset
 
Constructor Summary
EquatorNestFace(int facenum, NestedMap map)
           
 
Method Summary
 NestedFace[] eCornerNeigh()
           
 NestedFace eFaceNeigh()
           
 NestedFace eTipNeigh()
           
protected  void fillBoxNCorner(int[][] theBox, int xd, int yd)
          No north corner here so fill with -1..
protected  void fillBoxSCorner(int[][] theBox, int xd, int yd)
          No south corner on the equator fill with -1.
protected  void findAdjacentFaces()
          actually find the faces if - will be called from adjacentfaces as required, this should populate adjacent.
 NestedFace[] nCornerNeigh()
           
 NestedFace nFaceNeigh()
           
 NestedFace nTipNeigh()
           
 int[] pixEcorner()
          Neighbours of the pixel in the east corner
 int[] pixWcorner()
          Neighbours of the pixel in the west corner
 NestedFace[] sCornerNeigh()
           
 NestedFace sFaceNeigh()
           
 NestedFace sTipNeigh()
           
 NestedFace[] wCornerNeigh()
           
 NestedFace wFaceNeigh()
           
 NestedFace wTipNeigh()
           
 
Methods inherited from class healpix.core.NestedFace
adjacentFaces, adjacentFaces, assemble, assemble, box, faceNum, fillBoxECorner, fillBoxNE, fillBoxNW, fillBoxSE, fillBoxSW, fillBoxVal, fillBoxWCorner, getFace, internalNeigh, neighbours, neighbours, pix2xy, pixEside, pixNcorner, pixNside, pixScorner, pixSside, pixWside, xy2pix, xy2pix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquatorNestFace

public EquatorNestFace(int facenum,
                       NestedMap map)
Method Detail

nCornerNeigh

public NestedFace[] nCornerNeigh()
                          throws java.lang.Exception
Specified by:
nCornerNeigh in class NestedFace
Throws:
java.lang.Exception

sCornerNeigh

public NestedFace[] sCornerNeigh()
                          throws java.lang.Exception
Specified by:
sCornerNeigh in class NestedFace
Throws:
java.lang.Exception

wCornerNeigh

public NestedFace[] wCornerNeigh()
                          throws java.lang.Exception
Specified by:
wCornerNeigh in class NestedFace
Throws:
java.lang.Exception

eCornerNeigh

public NestedFace[] eCornerNeigh()
                          throws java.lang.Exception
Specified by:
eCornerNeigh in class NestedFace
Throws:
java.lang.Exception

nFaceNeigh

public NestedFace nFaceNeigh()
                      throws java.lang.Exception
Specified by:
nFaceNeigh in class NestedFace
Throws:
java.lang.Exception

sFaceNeigh

public NestedFace sFaceNeigh()
                      throws java.lang.Exception
Specified by:
sFaceNeigh in class NestedFace
Throws:
java.lang.Exception

wFaceNeigh

public NestedFace wFaceNeigh()
                      throws java.lang.Exception
Specified by:
wFaceNeigh in class NestedFace
Throws:
java.lang.Exception

eFaceNeigh

public NestedFace eFaceNeigh()
                      throws java.lang.Exception
Specified by:
eFaceNeigh in class NestedFace
Throws:
java.lang.Exception

findAdjacentFaces

protected void findAdjacentFaces()
                          throws java.lang.Exception
Description copied from class: NestedFace
actually find the faces if - will be called from adjacentfaces as required, this should populate adjacent.

Specified by:
findAdjacentFaces in class NestedFace
Throws:
java.lang.Exception

pixWcorner

public int[] pixWcorner()
                 throws java.lang.Exception
Description copied from class: NestedFace
Neighbours of the pixel in the west corner

Specified by:
pixWcorner in class NestedFace
Throws:
java.lang.Exception

pixEcorner

public int[] pixEcorner()
                 throws java.lang.Exception
Description copied from class: NestedFace
Neighbours of the pixel in the east corner

Specified by:
pixEcorner in class NestedFace
Throws:
java.lang.Exception

sTipNeigh

public NestedFace sTipNeigh()
                     throws java.lang.Exception
Specified by:
sTipNeigh in class NestedFace
Throws:
java.lang.Exception

wTipNeigh

public NestedFace wTipNeigh()
                     throws java.lang.Exception
Specified by:
wTipNeigh in class NestedFace
Throws:
java.lang.Exception

eTipNeigh

public NestedFace eTipNeigh()
                     throws java.lang.Exception
Specified by:
eTipNeigh in class NestedFace
Throws:
java.lang.Exception

nTipNeigh

public NestedFace nTipNeigh()
                     throws java.lang.Exception
Specified by:
nTipNeigh in class NestedFace
Throws:
java.lang.Exception

fillBoxNCorner

protected void fillBoxNCorner(int[][] theBox,
                              int xd,
                              int yd)
                       throws java.lang.Exception
No north corner here so fill with -1..

Overrides:
fillBoxNCorner in class NestedFace
Throws:
java.lang.Exception

fillBoxSCorner

protected void fillBoxSCorner(int[][] theBox,
                              int xd,
                              int yd)
                       throws java.lang.Exception
No south corner on the equator fill with -1.

Overrides:
fillBoxSCorner in class NestedFace
Throws:
java.lang.Exception