Deprecated API


Contents
Deprecated Methods
nom.tam.fits.Fits.currentSize()
          See getNumberOfHDUs() 
nom.tam.fits.Header.getCard(int)
          An iterator should be used for sequential access to the header. 
nom.tam.fits.BasicHDU.getEpoch()
          Replaced by getEquinox 
nom.tam.fits.Header.getKey(int)
          An iterator should be used for sequential access to the header. 
nom.tam.fits.Header.pointToData(Data)
          Use the appropriate Header constructor. 
nom.tam.util.BufferedDataInputStream.readLine()
          Use BufferedReader methods. 
nom.tam.util.BufferedDataInputStream.readPrimitiveArray(Object)
          See readArray(Object o). 
nom.tam.fits.Fits.size()
          The meaning of size of ambiguous. Use 
nom.tam.fits.Header.size()
          see numberOfCards(). The units of the size of the header may be unclear.