skyview.survey
Class FitsImage

java.lang.Object
  extended by skyview.survey.Image
      extended by skyview.survey.FitsImage
All Implemented Interfaces:
java.io.Serializable, Component

public class FitsImage
extends Image

This class defines an image gotten by reading a file

See Also:
Serialized Form

Field Summary
 
Fields inherited from class skyview.survey.Image
data
 
Constructor Summary
FitsImage(java.lang.String file)
           
 
Method Summary
 double getData(int npix)
          Defer reading the data until it is asked for.
 Header getHeader()
           
 
Methods inherited from class skyview.survey.Image
clearData, getCenter, getCorners, getDataArray, getDepth, getDescription, getHeight, getName, getTransformer, getWCS, getWidth, initialize, isTiled, setData, setDataArray, setName, valid, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitsImage

public FitsImage(java.lang.String file)
          throws SurveyException
Throws:
SurveyException
Method Detail

getData

public double getData(int npix)
Defer reading the data until it is asked for.

Overrides:
getData in class Image

getHeader

public Header getHeader()