ij.plugin
Class FitsDecoder

java.lang.Object
  extended by ij.plugin.FitsDecoder

 class FitsDecoder
extends java.lang.Object


Field Summary
(package private)  double bscale
           
(package private)  double bzero
           
 
Constructor Summary
FitsDecoder(java.lang.String directory, java.lang.String fileName)
           
 
Method Summary
(package private)  java.lang.String getHeaderInfo()
           
(package private)  ij.io.FileInfo getInfo()
           
(package private)  int getInteger(java.lang.String s)
           
(package private)  java.lang.String getString(int length)
           
(package private)  double parseDouble(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bscale

double bscale

bzero

double bzero
Constructor Detail

FitsDecoder

public FitsDecoder(java.lang.String directory,
                   java.lang.String fileName)
Method Detail

getInfo

ij.io.FileInfo getInfo()
                 throws java.io.IOException
Throws:
java.io.IOException

getString

java.lang.String getString(int length)
                     throws java.io.IOException
Throws:
java.io.IOException

getInteger

int getInteger(java.lang.String s)

parseDouble

double parseDouble(java.lang.String s)
             throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatException

getHeaderInfo

java.lang.String getHeaderInfo()