Package org.rcsb.cif.model.generated
Class PhasingSetRefln
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PhasingSetRefln
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PhasingSetRefln extends BaseCategory
Data items in the PHASING_SET_REFLN category record the values of the measured structure factors used in a phasing experiment. This list may contain information from a number of different data sets; _phasing_set_refln.set_id indicates the data set to which a given record corresponds.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PhasingSetRefln(String name)PhasingSetRefln(String name, int rowCount, Object[] encodedColumns)PhasingSetRefln(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetFMeas()The measured value of the structure factor for this reflection in this data set in electrons.FloatColumngetFMeasAu()The measured value of the structure factor for this reflection in this data set in arbitrary units.FloatColumngetFMeasSigma()The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas in electrons.FloatColumngetFMeasSigmaAu()The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas_au in arbitrary units.IntColumngetIndexH()Miller index h of this reflection in this data set.IntColumngetIndexK()Miller index k of this reflection in this data set.IntColumngetIndexL()Miller index l of this reflection in this data set.StrColumngetSetId()This data item is a pointer to _phasing_set.id in the PHASING_SET category.-
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
-
getSetId
public StrColumn getSetId()
This data item is a pointer to _phasing_set.id in the PHASING_SET category.- Returns:
- StrColumn
-
getFMeas
public FloatColumn getFMeas()
The measured value of the structure factor for this reflection in this data set in electrons.- Returns:
- FloatColumn
-
getFMeasAu
public FloatColumn getFMeasAu()
The measured value of the structure factor for this reflection in this data set in arbitrary units.- Returns:
- FloatColumn
-
getFMeasSigma
public FloatColumn getFMeasSigma()
The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas in electrons.- Returns:
- FloatColumn
-
getFMeasSigmaAu
public FloatColumn getFMeasSigmaAu()
The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas_au in arbitrary units.- Returns:
- FloatColumn
-
getIndexH
public IntColumn getIndexH()
Miller index h of this reflection in this data set.- Returns:
- IntColumn
-
getIndexK
public IntColumn getIndexK()
Miller index k of this reflection in this data set.- Returns:
- IntColumn
-
getIndexL
public IntColumn getIndexL()
Miller index l of this reflection in this data set.- Returns:
- IntColumn
-
-