GOV.nasa.gsfc.sea.util.wcstools
Class platepos

java.lang.Object
  |
  +--GOV.nasa.gsfc.sea.util.wcstools.platepos

public class platepos
extends java.lang.Object


Constructor Summary
platepos()
           
 
Method Summary
static DoublePoint getPixels(double xpos, double ypos, WCSTransform wcs)
           
static DoublePoint getPosition(double xpix, double ypix, WCSTransform wcs)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

platepos

public platepos()
Method Detail

getPosition

public static DoublePoint getPosition(double xpix,
                                      double ypix,
                                      WCSTransform wcs)

getPixels

public static DoublePoint getPixels(double xpos,
                                    double ypos,
                                    WCSTransform wcs)