astro.fits
Class FitsStatistic.CombinePixel

java.lang.Object
  extended by 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.


Constructor Summary
FitsStatistic.CombinePixel()
           
 
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
 

Constructor Detail

FitsStatistic.CombinePixel

public FitsStatistic.CombinePixel()
Method Detail

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