ccd
Class StreamingCcdDriver.Endian

java.lang.Object
  extended by ccd.StreamingCcdDriver.Endian
Enclosing class:
StreamingCcdDriver

public static final class StreamingCcdDriver.Endian
extends Object

Test class for endian-swaping of a fits file.


Constructor Summary
StreamingCcdDriver.Endian()
           
 
Method Summary
static void main(String[] arg)
          First command line argument is the original fits file, second is the file we write the swapped data to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamingCcdDriver.Endian

public StreamingCcdDriver.Endian()
Method Detail

main

public static void main(String[] arg)
                 throws nom.tam.fits.FitsException,
                        IOException
First command line argument is the original fits file, second is the file we write the swapped data to.

Throws:
nom.tam.fits.FitsException
IOException