Package org.rcsb.cif.model.generated
Class EmDetector
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmDetector(String name)EmDetector(String name, int rowCount, Object[] encodedColumns)EmDetector(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Any additional information about the detection system.FloatColumngetDetectiveQuantumEfficiency()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.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetId()The value of _em_detector.id must uniquely identify the detector used for imaging.StrColumngetMode()The detector mode used during image recording.StrColumngetType()The detector type used for recording images.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
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
-
-