cdx
Class Constants

java.lang.Object
  extended by cdx.Constants

public final class Constants
extends java.lang.Object

All of relevant global constants for the parallel CDx.


Field Summary
static long DETECTOR_PERIOD
           
static int DETECTOR_PRIORITY
          Constants about the simulator and detectors.
static float GOOD_VOXEL_SIZE
           
static int LENGTH_OF_CALLSIGN
           
static int MAX_OF_PLANES
          Constants about planes and callsigns.
static float MAX_X
           
static float MAX_Y
           
static float MAX_Z
           
static float MIN_X
          Constants about frames and voxels.
static float MIN_Y
           
static float MIN_Z
           
static long MISSION_MEMORY_SIZE
           
static int NUMBER_OF_PLANES
           
static float PROXIMITY_RADIUS
           
 
Constructor Summary
Constants()
           
 
Method Summary
static int voxels(float voxel_size)
          Utility method to calculate the number of voxels for a given voxel size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_X

public static final float MIN_X
Constants about frames and voxels.

See Also:
Constant Field Values

MIN_Y

public static final float MIN_Y
See Also:
Constant Field Values

MIN_Z

public static final float MIN_Z
See Also:
Constant Field Values

MAX_X

public static final float MAX_X
See Also:
Constant Field Values

MAX_Y

public static final float MAX_Y
See Also:
Constant Field Values

MAX_Z

public static final float MAX_Z
See Also:
Constant Field Values

PROXIMITY_RADIUS

public static final float PROXIMITY_RADIUS
See Also:
Constant Field Values

GOOD_VOXEL_SIZE

public static final float GOOD_VOXEL_SIZE
See Also:
Constant Field Values

DETECTOR_PRIORITY

public static int DETECTOR_PRIORITY
Constants about the simulator and detectors.


MISSION_MEMORY_SIZE

public static long MISSION_MEMORY_SIZE

DETECTOR_PERIOD

public static long DETECTOR_PERIOD

MAX_OF_PLANES

public static int MAX_OF_PLANES
Constants about planes and callsigns.


NUMBER_OF_PLANES

public static int NUMBER_OF_PLANES

LENGTH_OF_CALLSIGN

public static int LENGTH_OF_CALLSIGN
Constructor Detail

Constants

public Constants()
Method Detail

voxels

public static int voxels(float voxel_size)
Utility method to calculate the number of voxels for a given voxel size.

Parameters:
voxel_size - the size of a voxel
Returns:
the number of voxels in a radar frame