astro.fits
Class FitsStatistic.AduSplit
java.lang.Object
astro.fits.FitsStatistic.AduSplit
- Enclosing class:
- FitsStatistic
public static class FitsStatistic.AduSplit
- extends Object
Tests the fits file on the command line, if its 9th bit (value 2^8=256)
is always set in the third quadrant (index number 2). If so, we print the
fits file to standard out, if not, we do nothing. This class is intended
to work in combination with a find.
|
Method Summary |
static void |
main(String[] arg)
First command line argument is fits file, may be compressed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FitsStatistic.AduSplit
public FitsStatistic.AduSplit()
main
public static void main(String[] arg)
throws nom.tam.fits.FitsException,
IOException
- First command line argument is fits file, may be compressed.
- Throws:
nom.tam.fits.FitsException
IOException