Class EmDetector

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class EmDetector
    extends BaseCategory
    Data items in the EM_DETECTOR category record details of the image detector type.
    • Constructor Detail

      • EmDetector

        public EmDetector​(String name,
                          int rowCount,
                          Object[] encodedColumns)
      • EmDetector

        public EmDetector​(String name)
    • Method Detail

      • getEntryId

        public StrColumn getEntryId()
        This data item is a pointer to _entry.id in the ENTRY category.
        Returns:
        StrColumn
      • getId

        public StrColumn getId()
        The value of _em_detector.id must uniquely identify the detector used for imaging.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Any additional information about the detection system.
        Returns:
        StrColumn
      • getType

        public StrColumn getType()
        The detector type used for recording images. Usually film or CCD camera.
        Returns:
        StrColumn
      • getDetectiveQuantumEfficiency

        public FloatColumn getDetectiveQuantumEfficiency()
        The detective_quantum_efficiency (DQE)is defined as the square of the signal-to-noise ratio in the recording device divided by the square of the signal-to-ratio in the electron beam: (SIGNAL/NOISE)2 recording device DQE = ------------------------------- (SIGNAL/NOISE)2 electron beam A DQE value of 1 indicates a perfect recorder. "DQE = 0.25" menas that the signal-to-noise ratio is reduced by half in the recording step. (0.5)**2 DQE = --------- = 0.25. (1.0)**2
        Returns:
        FloatColumn
      • getMode

        public StrColumn getMode()
        The detector mode used during image recording.
        Returns:
        StrColumn