astro.fits
Class FitsStatistic.CombinePixel
java.lang.Object
astro.fits.FitsStatistic.CombinePixel
- Enclosing class:
- FitsStatistic
public static class FitsStatistic.CombinePixel
- extends Object
From two dead/hot pixel maps, retain only pixel found in both.
|
Method Summary |
static void |
main(String[] arg)
First and secon command line are the dead or hot pixel maps fits
name, third is the output fits of the combined map. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FitsStatistic.CombinePixel
public FitsStatistic.CombinePixel()
main
public static void main(String[] arg)
throws Exception
- First and secon command line are the dead or hot pixel maps fits
name, third is the output fits of the combined map. The output map
has the same structure (extension-wise) as the input files.
- Throws:
Exception