astro.fits
Class FitsStatistic.DeadPixel
java.lang.Object
astro.fits.FitsStatistic.DeadPixel
- Enclosing class:
- FitsStatistic
public static class FitsStatistic.DeadPixel
- extends Object
Reads an input fits and marks all pixels above the below ADU value as
dead pixels.
|
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 |
FitsStatistic.DeadPixel
public FitsStatistic.DeadPixel()
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