Describes hardware properties for an instrument in the imaging context This class describes some basic properties that are shared between hardware of different instruments in the field of imaging. Extend this class, if you want to add hardware-specific properties.
Modifiers | Name | Description |
---|---|---|
static class |
ImagingHardware.Builder |
Constructor and description |
---|
ImagingHardware
(Builder<?> builder) |
Type Params | Return Type | Name and description |
---|---|---|
|
Detector |
getDetector() Returns the detector described in the hardware |
|
java.lang.String |
getObjective() Returns the objective described in the hardware |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The detector used in the instrument
The objective used in the instrument
Returns the detector described in the hardware
Returns the objective described in the hardware