stsci.arci
Interface ImageInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ImageInfoImp

public interface ImageInfo
extends java.io.Serializable

This contains the interface for image information regarding thepolynomial transformation of RA dec to the image coordinates.


Method Summary
 int getHeight()
          Number of pixels top to bottom of image.
 java.lang.String getPlateID()
           
 int getWidth()
          Number of pixels across image.
 int offsetX()
           
 int offsetY()
           
 double pixSizeX()
           
 double pixSizeY()
           
 double plateDEC()
           
 double plateRA()
           
 double plateScale()
           
 double plateX()
           
 double plateY()
           
 double[] xcoefficients()
           
 double[] ycoefficients()
           
 

Method Detail

xcoefficients

public double[] xcoefficients()

ycoefficients

public double[] ycoefficients()

plateRA

public double plateRA()

plateDEC

public double plateDEC()

plateX

public double plateX()

plateY

public double plateY()

pixSizeX

public double pixSizeX()

pixSizeY

public double pixSizeY()

plateScale

public double plateScale()

offsetX

public int offsetX()

offsetY

public int offsetY()

getWidth

public int getWidth()
Number of pixels across image.

getHeight

public int getHeight()
Number of pixels top to bottom of image.

getPlateID

public java.lang.String getPlateID()