astro.fits
Class FitsTools.Split
java.lang.Object
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).
|
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 |
FitsTools.Split
public FitsTools.Split()
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