Class DetectorDataDto
Parameters of the Xray detector
Inheritance
System.Object
DetectorDataDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.Imaging.Xray.Dto
Assembly: VEDriversLite.dll
Syntax
public class DetectorDataDto
Properties
| Improve this Doc View SourceBits
Bit depth of image data in one pixel
Declaration
public int Bits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
H
Number of rows - height
Declaration
public int H { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Ph
Detection element height in micro meters
Declaration
public double Ph { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Pw
Detection element width in micro meters
Declaration
public double Pw { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Sc
Type of the scintilator
Declaration
public string Sc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
W
Number of columnts - width
Declaration
public int W { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceIsDefault()
Returns true if the all values inside class are in default values
Declaration
public bool IsDefault()
Returns
Type | Description |
---|---|
System.Boolean |