public abstract class RegKeys
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.util.HashMap<java.lang.String,java.lang.String> |
defaultValues |
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 |
INITIAL_BEADS_LOCATION_FILE
Entry to the file which contains the initial beads position in projection [u, v].
This is for the weight-bearing project. The value is a String indicating the path and filename of the text file. |
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 |
OPENCL_DEVICE_SELECTION
Entry to the preferred OpenCL device to be used by the application.
The value is a String indicating the device identifier as reported by the driver. |
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 |
PROJECTION_SAMPLING_RATE
Entry to set the projection sampling rate, i.e.
|
static java.lang.String |
RENDER_PHANTOM_VOLUME_AUTO_CENTER
This flag is used in AnalyticPhantom3DVolumeRenderer.
|
static java.lang.String |
SLOW_DOWN_MS
Entry to describe the slow down value, if the memory gets too full during the processing.
|
static java.lang.String |
SOUND_FILE
Entry to store the path to the sound file that is played when reconstruction finishes.
The value is a String indicating the path and filename of a supported sound file (WAV, AIFF, AU). |
static java.lang.String |
SPLINE_4D_LOCATION
Entry to select a preprocessed 4D time spline.
The value is a String representation of a file location. |
static java.lang.String |
VICON_SAMPLING_RATE
Entry to set the VICON sampling rate.
|
static java.lang.String |
VICON_SKIP_SAMPLES
Entry to set an offset of samples that are skipped in the processing of the VICON data, i.e.
|
static java.lang.String |
XCAT_ADD_HEART_CATHETER
If this key is set, the BreathingScene adds a catheter that is approximated from the aorta.
|
static java.lang.String |
XCAT_ADD_HEART_CATHETER_TIP_TRANSLATION
This key allows to translate the catheter tip using a 3D vector.
|
static java.lang.String |
XCAT_AUTO_RESIZE
This flag is used in XCatScene.
|
static java.lang.String |
XCAT_CONTRAST_LEFT_VENTRICLE
Entry to contrast the left ventricle in XCat with 2.5 [g/cm^3].
|
static java.lang.String |
XCAT_HEART_MOTION_DEFECT
Entry to configure a motion defect of the heart in XCat.
The value is a String representation of a two three dimensional points [x y z]. |
static java.lang.String |
XCAT_HEART_MOTION_DEFECT_FLEXIBILITY
Entry to configure the flexibility of the motion defect of the heart in XCat.
The higher the value, the more flexible the defect will be. |
static java.lang.String |
XCAT_HEART_MOTION_DEFECT_PHASE_SHIFT
Entry to configure a phase shift in the motion defect of the heart in XCat.
The value is given in the interval [-1,1]. |
static java.lang.String |
XCAT_HEART_ROTATION
Sequence of three angles in degrees to rotate the heart of XCat.
|
static java.lang.String |
XCAT_PATH
Entry to locate the data files required for XCat.
|
static java.lang.String |
XCAT_RENDER_CONTRASTED_CORONARY_ARTERIES
Entry to render constrasted coronary arteries in XCat with 4.0 [g/cm^3].
|
static java.lang.String |
XCAT_RENDER_HEART_LESIONS
Entry to render moving heart lesions contrasted in XCat with 2.0 [g/cm^3].
|
static java.lang.String |
XCAT_TRANSLATION_TO_ROTATION_CENTER
Sequence of three coordinates in mm to translate XCat to the x-ray and detector rotation center in global coordinates.
|
static java.lang.String |
XCAT_USE_MRI_CONTRAST_SETTINGS
Entry to change the contrast settings to artificial MRI for XCat.
|
static java.lang.String |
XCAT_VENTRICLE_SELECTION
This flag is used in XCatScene.
|
static java.lang.String |
XCAT_WRITE_MESH
Entry to export the mesh to file system.
The value is a String representation of a file name. |
static java.lang.String |
XCAT_WRITE_MESH_SURFACE_SUBSTRING
Reduce the number of exported meshes.
|
static java.lang.String |
YACAS_LOCATION
Entry to the file "yacas.jar" which contains the LISP standard.
|
Constructor and Description |
---|
RegKeys() |
public static final java.lang.String MAX_THREADS
public static final java.lang.String VICON_SKIP_SAMPLES
public static final java.lang.String VICON_SAMPLING_RATE
public static final java.lang.String PROJECTION_SAMPLING_RATE
public static final java.lang.String XCAT_PATH
public static final java.lang.String XCAT_USE_MRI_CONTRAST_SETTINGS
public static final java.lang.String XCAT_CONTRAST_LEFT_VENTRICLE
public static final java.lang.String XCAT_WRITE_MESH
public static final java.lang.String XCAT_WRITE_MESH_SURFACE_SUBSTRING
public static final java.lang.String XCAT_HEART_MOTION_DEFECT
public static final java.lang.String XCAT_HEART_MOTION_DEFECT_FLEXIBILITY
public static final java.lang.String XCAT_HEART_MOTION_DEFECT_PHASE_SHIFT
public static final java.lang.String XCAT_RENDER_HEART_LESIONS
public static final java.lang.String XCAT_RENDER_CONTRASTED_CORONARY_ARTERIES
public static final java.lang.String XCAT_HEART_ROTATION
public static final java.lang.String XCAT_TRANSLATION_TO_ROTATION_CENTER
public static final java.lang.String XCAT_ADD_HEART_CATHETER
public static final java.lang.String XCAT_ADD_HEART_CATHETER_TIP_TRANSLATION
public static final java.lang.String RENDER_PHANTOM_VOLUME_AUTO_CENTER
public static final java.lang.String XCAT_AUTO_RESIZE
public static final java.lang.String XCAT_VENTRICLE_SELECTION
public static final java.lang.String SPLINE_4D_LOCATION
public static final java.lang.String PATH_TO_CONTROL
public static final java.lang.String PATH_TO_CALIBRATION
public static final java.lang.String HEART_PHASES
public static final java.lang.String BREATHING_PHASES
public static final java.lang.String SOUND_FILE
public static final java.lang.String YACAS_LOCATION
public static final java.lang.String SLOW_DOWN_MS
public static final java.lang.String INITIAL_BEADS_LOCATION_FILE
public static final java.lang.String OPENCL_DEVICE_SELECTION
public static final java.util.HashMap<java.lang.String,java.lang.String> defaultValues