xml
Class DOMEnlarge.AddFitsHeader

java.lang.Object
  extended by xml.DOMEnlarge.AddFitsHeader
Enclosing class:
DOMEnlarge

public static final class DOMEnlarge.AddFitsHeader
extends Object

A class to add fits-header information to the target files. Assumes that no fits-header is present.


Field Summary
private static String[] COMMENTS
          The comments to the variables.
private static String[] KEYS
          The keys to use in the fits header.
private static String[] VARNAMES
          The variable names to create.
 
Constructor Summary
DOMEnlarge.AddFitsHeader()
           
 
Method Summary
static void main(String[] arg)
          Adds one fits header with id fits1 to the target file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEYS

private static final String[] KEYS
The keys to use in the fits header.


VARNAMES

private static final String[] VARNAMES
The variable names to create.


COMMENTS

private static final String[] COMMENTS
The comments to the variables.

Constructor Detail

DOMEnlarge.AddFitsHeader

public DOMEnlarge.AddFitsHeader()
Method Detail

main

public static void main(String[] arg)
Adds one fits header with id fits1 to the target file. The variables added are The input file name is the first command line argument. The result is then writtn to the file constructed from the second command line argument.