halo.userinterface.cmdline
Class CmdHalfLife
java.lang.Object
halo.userinterface.cmdline.CmdHalfLife
public class CmdHalfLife
- extends java.lang.Object
Serves as interface between command line input and calculation of half-lives
- Author:
- Stefanie Kaufmann
Field Summary |
static java.lang.String |
NEW
|
static java.lang.String |
NEWPRE
|
static java.lang.String |
PRE
|
Method Summary |
static void |
main(java.lang.String[] args)
Main method which takes an options array as input and starts all necessary calculations for half-lives
Prints the results into a file, if '-corr TRUE' also provides correction factors based on median |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEW
public static final java.lang.String NEW
- See Also:
- Constant Field Values
PRE
public static final java.lang.String PRE
- See Also:
- Constant Field Values
NEWPRE
public static final java.lang.String NEWPRE
- See Also:
- Constant Field Values
CmdHalfLife
public CmdHalfLife()
main
public static void main(java.lang.String[] args)
- Main method which takes an options array as input and starts all necessary calculations for half-lives
Prints the results into a file, if '-corr TRUE' also provides correction factors based on median
- Parameters:
args
- The complete options array given in the command line