Package org.rcsb.cif.model.generated
Class DiffrnDetector
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DiffrnDetector
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DiffrnDetector extends BaseCategory
Data items in the DIFFRN_DETECTOR category describe the detector used to measure the scattered radiation, including any analyser and post-sample collimation.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DiffrnDetector(String name)DiffrnDetector(String name, int rowCount, Object[] encodedColumns)DiffrnDetector(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getDetails
public StrColumn getDetails()
A description of special aspects of the radiation detector.- Returns:
- StrColumn
-
getDetector
public StrColumn getDetector()
The general class of the radiation detector.- Returns:
- StrColumn
-
getDiffrnId
public StrColumn getDiffrnId()
This data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getType
public StrColumn getType()
The make, model or name of the detector device used.- Returns:
- StrColumn
-
getAreaResolMean
public FloatColumn getAreaResolMean()
The resolution of an area detector, in pixels/mm.- Returns:
- FloatColumn
-
getDtime
public FloatColumn getDtime()
The deadtime in microseconds of the detector used to measure the diffraction intensities.- Returns:
- FloatColumn
-
getPdbxFramesTotal
public IntColumn getPdbxFramesTotal()
The total number of data frames collected for this data set.- Returns:
- IntColumn
-
getPdbxCollectionTimeTotal
public FloatColumn getPdbxCollectionTimeTotal()
The total number of seconds required to measure this data set.- Returns:
- FloatColumn
-
getPdbxCollectionDate
public StrColumn getPdbxCollectionDate()
The date of data collection.- Returns:
- StrColumn
-
getPdbxFrequency
public FloatColumn getPdbxFrequency()
The operating frequency of the detector (Hz) used in data collection.- Returns:
- FloatColumn
-
-