trans.cel
Class CelFileConverter

java.lang.Object
  extended bytrans.cel.CelFileConverter

public class CelFileConverter
extends java.lang.Object

Saves text cel files as serialized float[][]s for downstream use by TiMAT applications.


Constructor Summary
CelFileConverter(java.lang.String[] args)
           
 
Method Summary
 void convert()
           
static void main(java.lang.String[] args)
           
static void printDocs()
           
 void processArgs(java.lang.String[] args)
          This method will process each argument and assign any new varibles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CelFileConverter

public CelFileConverter(java.lang.String[] args)
Method Detail

convert

public void convert()

main

public static void main(java.lang.String[] args)

processArgs

public void processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles


printDocs

public static void printDocs()