edu.stanford.rsl.konrad.utils
Class RegKeys
java.lang.Object
edu.stanford.rsl.konrad.utils.RegKeys
public abstract class RegKeys
- extends java.lang.Object
This class lists all of Konrad's registry entries with an explanation of their function.
New entries may be added here. However, they are not required to be listed here. As Konrad's
registry is a HashTable any String may be used as key. The list here should
be used to prevent double usage of the same term and also explain how the value of the key
is intended to be used.
- Author:
- akmaier
Field Summary |
static java.lang.String |
BREATHING_PHASES
Entry to store the relative breathing phase for each projection.
The value is a String which describes the sequence of breathing phases as numbers between 0 and 1 delimited by space. |
static java.lang.String |
HEART_PHASES
Entry to store the relative heart phase for each projection.
The value is a String which describes the sequence of heart phases as numbers between 0 and 1 delimited by space. |
static java.lang.String |
MAX_THREADS
Registry entry to limit the number threads being used in the parallel processing.
The value of this key is interpreted as int and denotes the maximal number of threads. |
static java.lang.String |
PATH_TO_CALIBRATION
Entry to locate the calibration files of a certain CT scanner. |
static java.lang.String |
PATH_TO_CONTROL
Entry to locate the control files of a certain CT scanner. |
static java.lang.String |
XCAT_PATH
Entry to locate the data files required for XCat. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_THREADS
public static final java.lang.String MAX_THREADS
- Registry entry to limit the number threads being used in the parallel processing.
The value of this key is interpreted as int and denotes the maximal number of threads.
- See Also:
- Constant Field Values
XCAT_PATH
public static final java.lang.String XCAT_PATH
- Entry to locate the data files required for XCat.
The value is a String representation of the path to the XCat directory.
- See Also:
- Constant Field Values
PATH_TO_CONTROL
public static final java.lang.String PATH_TO_CONTROL
- Entry to locate the control files of a certain CT scanner. Use is dependent on the manufacturer of the CT scanner.
The value is a String indicating the location of the control directory.
- See Also:
- Constant Field Values
PATH_TO_CALIBRATION
public static final java.lang.String PATH_TO_CALIBRATION
- Entry to locate the calibration files of a certain CT scanner. Use is dependent on the manufacturer of the CT scanner.
The value is a String indicating the location of the calibration directory.
- See Also:
- Constant Field Values
HEART_PHASES
public static final java.lang.String HEART_PHASES
- Entry to store the relative heart phase for each projection.
The value is a String which describes the sequence of heart phases as numbers between 0 and 1 delimited by space.
- See Also:
- Constant Field Values
BREATHING_PHASES
public static final java.lang.String BREATHING_PHASES
- Entry to store the relative breathing phase for each projection.
The value is a String which describes the sequence of breathing phases as numbers between 0 and 1 delimited by space.
- See Also:
- Constant Field Values
RegKeys
public RegKeys()