astro.fits
Class FitsStatistic.WeightMap

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

public static final class FitsStatistic.WeightMap
extends Object

From a dead and a hot pixel map, we derive a weight map, i.e. zero on all marked pixels, 1 on all others, saved as a float fits.


Constructor Summary
FitsStatistic.WeightMap()
           
 
Method Summary
static void main(String[] arg)
          First and secon command line are the dead and the hot pixel maps fits name, third is the output fits of the weight map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitsStatistic.WeightMap

public FitsStatistic.WeightMap()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
First and secon command line are the dead and the hot pixel maps fits name, third is the output fits of the weight map. The output map has the same structure (extension-wise) as the input files.

Throws:
Exception