DTO class for detectors in the imaging context. A detector is used to capture the particle information in the context of imaging analysis. Examples are Charged Coupled Device (CCD), Photomultiplier Tube (PMT) or Backscatter Electron Detector (BSD)
| Type | Name and description |
|---|---|
java.lang.String |
typeDefines the detector type that has been used to capture particle information. |
| Constructor and description |
|---|
Detector
(java.lang.String type)DTO class for detectors in the imaging context. |
| 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() |
Defines the detector type that has been used to capture particle information.
DTO class for detectors in the imaging context.
type - Detector.typeGroovy Documentation