DefaultCamera

public final class DefaultCamera implements Camera

Represents the parameters of the camera.

Methods

getAduPerElectron

public double getAduPerElectron()

getBaseline

public int getBaseline()

getDarkCurrent

public double getDarkCurrent()

getEmGain

public int getEmGain()

getNX

public int getNX()
Returns:The number of pixels in x.

getNY

public int getNY()
Returns:The number of pixels in y.

getPixelSize

public double getPixelSize()

getQuantumEfficiency

public double getQuantumEfficiency()

getReadoutNoise

public double getReadoutNoise()

getThermalNoise

public double getThermalNoise()

toJson

public JsonElement toJson()

Outputs the camera’s properties as a JSON element.

Returns:A JSON tree describing the camera’s properties.