jsky.coords
Class platepos

java.lang.Object
  extended by jsky.coords.platepos

public class platepos
extends java.lang.Object


Constructor Summary
platepos()
           
 
Method Summary
static java.awt.geom.Point2D.Double getPixels(double xpos, double ypos, WCSTransform wcs)
           
static java.awt.geom.Point2D.Double 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 java.awt.geom.Point2D.Double getPosition(double xpix,
                                                       double ypix,
                                                       WCSTransform wcs)

getPixels

public static java.awt.geom.Point2D.Double getPixels(double xpos,
                                                     double ypos,
                                                     WCSTransform wcs)