Generated by DocFX

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 Source

Bits

Bit depth of image data in one pixel

Declaration
public int Bits { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

H

Number of rows - height

Declaration
public int H { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Ph

Detection element height in micro meters

Declaration
public double Ph { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Pw

Detection element width in micro meters

Declaration
public double Pw { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Sc

Type of the scintilator

Declaration
public string Sc { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

W

Number of columnts - width

Declaration
public int W { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

IsDefault()

Returns true if the all values inside class are in default values

Declaration
public bool IsDefault()
Returns
Type Description
System.Boolean