Class HammerAitoff

java.lang.Object
  extended by SphericalProjection
      extended by HammerAitoff
All Implemented Interfaces:
java.lang.Cloneable

public class HammerAitoff
extends SphericalProjection


Field Summary
static java.lang.String fitsID
           
static java.lang.String fullName
           
 
Constructor Summary
HammerAitoff()
           
 
Method Summary
 double gamma(double theta, double phi)
           
 java.lang.String getFitsID()
           
 java.lang.String getFullName()
           
 void getOffsets(double theta, double phi, CoordinatePair toOffset)
           
 double phi(CoordinatePair offset)
           
 double theta(CoordinatePair offset)
           
 double Z2(CoordinatePair offset)
           
 
Methods inherited from class SphericalProjection
clone, copy, deproject, edit, edit, equals, forName, getCelestialPole, getDeprojected, getNativePole, getProjected, getReference, localDeproject, localProject, parse, parse, project, register, setDefaultPole, setPole, setPole, setReference, setReference
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fitsID

public static final java.lang.String fitsID
See Also:
Constant Field Values

fullName

public static final java.lang.String fullName
See Also:
Constant Field Values
Constructor Detail

HammerAitoff

public HammerAitoff()
Method Detail

getFitsID

public java.lang.String getFitsID()
Specified by:
getFitsID in class SphericalProjection

getFullName

public java.lang.String getFullName()
Specified by:
getFullName in class SphericalProjection

getOffsets

public void getOffsets(double theta,
                       double phi,
                       CoordinatePair toOffset)
Specified by:
getOffsets in class SphericalProjection

phi

public double phi(CoordinatePair offset)
Specified by:
phi in class SphericalProjection

theta

public double theta(CoordinatePair offset)
Specified by:
theta in class SphericalProjection

Z2

public double Z2(CoordinatePair offset)

gamma

public double gamma(double theta,
                    double phi)