Package org.rcsb.cif.schema.mm
Class DiffrnDetector
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DiffrnDetector
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnDetector
extends DelegatingCategory
Data items in the DIFFRN_DETECTOR category describe the
detector used to measure the scattered radiation, including
any analyser and post-sample collimation.
-
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 DiffrnDetector(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAreaResolMean()The resolution of an area detector, in pixels/mm.StrColumngetDetails()A description of special aspects of the radiation detector.StrColumngetDetector()The general class of the radiation detector.StrColumngetDiffrnId()This data item is a pointer to _diffrn.id in the DIFFRN category.FloatColumngetDtime()The deadtime in microseconds of the detector used to measure the diffraction intensities.StrColumngetPdbxCollectionDate()The date of data collection.FloatColumngetPdbxCollectionTimeTotal()The total number of seconds required to measure this data set.IntColumngetPdbxFramesTotal()The total number of data frames collected for this data set.FloatColumngetPdbxFrequency()The operating frequency of the detector (Hz) used in data collection.StrColumngetType()The make, model or name of the detector device used.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the radiation detector.- Returns:
- StrColumn
-
getDetector
The general class of the radiation detector.- Returns:
- StrColumn
-
getDiffrnId
This data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getType
The make, model or name of the detector device used.- Returns:
- StrColumn
-
getAreaResolMean
The resolution of an area detector, in pixels/mm.- Returns:
- FloatColumn
-
getDtime
The deadtime in microseconds of the detector used to measure the diffraction intensities.- Returns:
- FloatColumn
-
getPdbxFramesTotal
The total number of data frames collected for this data set.- Returns:
- IntColumn
-
getPdbxCollectionTimeTotal
The total number of seconds required to measure this data set.- Returns:
- FloatColumn
-
getPdbxCollectionDate
The date of data collection.- Returns:
- StrColumn
-
getPdbxFrequency
The operating frequency of the detector (Hz) used in data collection.- Returns:
- FloatColumn
-