Package org.rcsb.cif.schema.mm
Class EmDetector
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmDetector
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmDetector
extends DelegatingCategory
Data items in the EM_DETECTOR category record details
of the image detector type.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description EmDetector(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getId
The value of _em_detector.id must uniquely identify the detector used for imaging.- Returns:
- StrColumn
-
getDetails
Any additional information about the detection system.- Returns:
- StrColumn
-
getType
The detector type used for recording images. Usually film or CCD camera.- Returns:
- StrColumn
-
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
The detector mode used during image recording.- Returns:
- StrColumn
-