astro.fits
Class FitsTools.Split

java.lang.Object
  extended by astro.fits.FitsTools.Split
Enclosing class:
FitsTools

public static class FitsTools.Split
extends Object

Splits a fits file given on the command line into its image hdu's, each image found saved to a fits file with a number indication at the end of the fits file name (extensionless).


Constructor Summary
FitsTools.Split()
           
 
Method Summary
static void main(String[] arg)
          First argument is the multi-extension fits file, second is the number of HDU's to extract from it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitsTools.Split

public FitsTools.Split()
Method Detail

main

public static void main(String[] arg)
                 throws nom.tam.fits.FitsException,
                        IOException
First argument is the multi-extension fits file, second is the number of HDU's to extract from it.

Throws:
nom.tam.fits.FitsException
IOException