util
Class ConvertFits2qz

java.lang.Object
  extended by util.ConvertFits2qz

public class ConvertFits2qz
extends Object

Convert FITS from 2QZ format to one or more text files

Version:
1.0 Oct 17 2003
Author:
John Talbot

Field Summary
static double HOLE
          group of pixels | has number of pixels | one or more continuous range of pixels | is a kind of | group of pixels continuous range of pixels | has definition | A kind of group of pixels which are continuous continuous range of pixels | has lower bound | given as an integer or wavelength continuous range of pixels | has upper bound | given as an integer or wavelength hole | is a kind of | continuous range of pixels hole | has definition | A kind of continuous range of pixels with intensity value equal to -200 hole | has intensity value | -200 hole | is dealt with using the procedure | which depends the range of the hole leading hole | is a kind of | hole leading hole | has definition | A kind of hole located at the beginning of the pixel array leading hole | has lower bound | beginning of the pixel array leading hole | has upper bound | a given pixel leading hole | is dealt with using the procedure | truncate the spectra range up to the first non-hole value trailing hole | is a kind of | hole trailing hole | has definition | A kind of hole located at the end of the pixel array trailing hole | has lower bound | a given pixel trailing hole | has upper bound | end of the pixel array trailing hole | is dealt with using the procedure | truncate the spectra range down to the last non-hole value internal hole | is a kind of | hole internal hole | has definition | A kind of hole located within the non-hole pixel array internal hole | has lower bound | a given pixel internal hole | has upper bound | a higher pixel location than the lower bound internal hole | is dealt with using the procedure | linear interpolation between the first non-hole value below lower bound and the first non-hole value above the upper bound
static boolean INTERPOLATE_INTERNAL_HOLES
          interpolate between the lower and upper bound of internal holes
static boolean SKIP_HOLES
          truncate spectra range to non-hole values and only export non-hole intensities
 
Constructor Summary
ConvertFits2qz()
           
 
Method Summary
static void convertFile(File aFile)
           
static void convertFiles(File aFile)
           
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOLE

public static final double HOLE
group of pixels | has number of pixels | one or more continuous range of pixels | is a kind of | group of pixels continuous range of pixels | has definition | A kind of group of pixels which are continuous continuous range of pixels | has lower bound | given as an integer or wavelength continuous range of pixels | has upper bound | given as an integer or wavelength hole | is a kind of | continuous range of pixels hole | has definition | A kind of continuous range of pixels with intensity value equal to -200 hole | has intensity value | -200 hole | is dealt with using the procedure | which depends the range of the hole leading hole | is a kind of | hole leading hole | has definition | A kind of hole located at the beginning of the pixel array leading hole | has lower bound | beginning of the pixel array leading hole | has upper bound | a given pixel leading hole | is dealt with using the procedure | truncate the spectra range up to the first non-hole value trailing hole | is a kind of | hole trailing hole | has definition | A kind of hole located at the end of the pixel array trailing hole | has lower bound | a given pixel trailing hole | has upper bound | end of the pixel array trailing hole | is dealt with using the procedure | truncate the spectra range down to the last non-hole value internal hole | is a kind of | hole internal hole | has definition | A kind of hole located within the non-hole pixel array internal hole | has lower bound | a given pixel internal hole | has upper bound | a higher pixel location than the lower bound internal hole | is dealt with using the procedure | linear interpolation between the first non-hole value below lower bound and the first non-hole value above the upper bound

See Also:
Constant Field Values

SKIP_HOLES

public static final boolean SKIP_HOLES
truncate spectra range to non-hole values and only export non-hole intensities

See Also:
Constant Field Values

INTERPOLATE_INTERNAL_HOLES

public static final boolean INTERPOLATE_INTERNAL_HOLES
interpolate between the lower and upper bound of internal holes

See Also:
Constant Field Values
Constructor Detail

ConvertFits2qz

public ConvertFits2qz()
Method Detail

main

public static void main(String[] argv)

convertFiles

public static void convertFiles(File aFile)

convertFile

public static void convertFile(File aFile)