|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjs.fits.SaveFits
public class SaveFits
The SaveFits class.
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 |
---|
public SaveFits(BITPIX bitpix, int width, int height, java.lang.Object array, java.lang.String fileName)
bitpix
- the image bitpix value.width
- the image width.height
- the image height.array
- the data array.fileName
- the fits file name.Method Detail |
---|
public void save() throws net.ivoa.fits.FitsException, java.io.IOException
net.ivoa.fits.FitsException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |