astro.fits
Class FitsStatistic.HotPixel

java.lang.Object
  extended by astro.fits.FitsStatistic.HotPixel
Enclosing class:
FitsStatistic

public static class FitsStatistic.HotPixel
extends Object

Reads an input fits and marks all pixels above the given ADU value (default 65535) as hot pixels.


Constructor Summary
FitsStatistic.HotPixel()
           
 
Method Summary
static void main(String[] arg)
          First command line is the input fits name, second is the output fits of the hot pixel map and the third, if given is the high ADU threshold, defaults to 65535.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitsStatistic.HotPixel

public FitsStatistic.HotPixel()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
First command line is the input fits name, second is the output fits of the hot pixel map and the third, if given is the high ADU threshold, defaults to 65535. The output map has the same structure (extension-wise) as the input file.

Throws:
Exception