stella.parameter
Class FlatExposureTime.FitsFile

java.lang.Object
  extended by stella.parameter.FlatExposureTime.FitsFile
Enclosing class:
FlatExposureTime

public static class FlatExposureTime.FitsFile
extends Object

Reads the fits file given at the command line, extract the exposure time and does an exposure calculation using default bias levels.


Constructor Summary
FlatExposureTime.FitsFile()
           
 
Method Summary
static void main(String[] arg)
          Command line argument is the path to the fits file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatExposureTime.FitsFile

public FlatExposureTime.FitsFile()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
Command line argument is the path to the fits file.

Throws:
Exception