Camera ====== .. java:package:: ch.epfl.leb.sass.models.components :noindex: .. java:type:: public final class Camera Represents the parameters of the camera. Methods ------- getAduPerElectron ^^^^^^^^^^^^^^^^^ .. java:method:: public double getAduPerElectron() :outertype: Camera getBaseline ^^^^^^^^^^^ .. java:method:: public int getBaseline() :outertype: Camera getDarkCurrent ^^^^^^^^^^^^^^ .. java:method:: public double getDarkCurrent() :outertype: Camera getEmGain ^^^^^^^^^ .. java:method:: public int getEmGain() :outertype: Camera getNX ^^^^^ .. java:method:: public int getNX() :outertype: Camera :return: The number of pixels in x. getNY ^^^^^ .. java:method:: public int getNY() :outertype: Camera :return: The number of pixels in y. getPixelSize ^^^^^^^^^^^^ .. java:method:: public double getPixelSize() :outertype: Camera getQuantumEfficiency ^^^^^^^^^^^^^^^^^^^^ .. java:method:: public double getQuantumEfficiency() :outertype: Camera getReadoutNoise ^^^^^^^^^^^^^^^ .. java:method:: public double getReadoutNoise() :outertype: Camera getThermalNoise ^^^^^^^^^^^^^^^ .. java:method:: public double getThermalNoise() :outertype: Camera