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.
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()