js.fits
Class SaveFits

java.lang.Object
  extended by js.fits.SaveFits

public class SaveFits
extends java.lang.Object

The SaveFits class.

Author:
soldan

Constructor Summary
SaveFits(BITPIX bitpix, int width, int height, java.lang.Object array, java.lang.String fileName)
          Constructor.
 
Method Summary
 void save()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveFits

public SaveFits(BITPIX bitpix,
                int width,
                int height,
                java.lang.Object array,
                java.lang.String fileName)
Constructor.

Parameters:
bitpix - the image bitpix value.
width - the image width.
height - the image height.
array - the data array.
fileName - the fits file name.
Method Detail

save

public void save()
          throws net.ivoa.fits.FitsException,
                 java.io.IOException
Throws:
net.ivoa.fits.FitsException
java.io.IOException