ccd.sta0500
Class fits

java.lang.Object
  extended by ccd.sta0500.fits
All Implemented Interfaces:
org.acplt.oncrpc.XdrAble

public class fits
extends Object
implements org.acplt.oncrpc.XdrAble


Field Summary
 usarray data
           
 header hdr
           
 short namps
           
 short xbin
           
 short xpix
           
 short ybin
           
 short ypix
           
 
Constructor Summary
fits()
           
fits(org.acplt.oncrpc.XdrDecodingStream xdr)
           
 
Method Summary
 void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
           
 void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xpix

public short xpix

ypix

public short ypix

xbin

public short xbin

ybin

public short ybin

namps

public short namps

data

public usarray data

hdr

public header hdr
Constructor Detail

fits

public fits()

fits

public fits(org.acplt.oncrpc.XdrDecodingStream xdr)
     throws org.acplt.oncrpc.OncRpcException,
            IOException
Throws:
org.acplt.oncrpc.OncRpcException
IOException
Method Detail

xdrEncode

public void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Specified by:
xdrEncode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
IOException

xdrDecode

public void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Specified by:
xdrDecode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
IOException