Package org.rcsb.cif.model.generated
Class EmDiffractionShell
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmDiffractionShell
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmDiffractionShell extends BaseCategory
Statistical parameters for electron diffraction measurements within a resolution shell
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmDiffractionShell(String name)EmDiffractionShell(String name, int rowCount, Object[] encodedColumns)EmDiffractionShell(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEmDiffractionStatsId()Pointer to EM CRYSTALLOGRAPHY STATSFloatColumngetFourierSpaceCoverage()Completeness of the structure factor data within this resolution shell, in percentFloatColumngetHighResolution()High resolution limit for this shell (Angstroms)StrColumngetId()Unique identifier for the category em_diffraction_shellFloatColumngetLowResolution()Low resolution limit for this shell (Angstroms)FloatColumngetMultiplicity()Multiplicity (average number of measurements) for the structure factors in this resolution shellIntColumngetNumStructureFactors()Number of measured structure factors in this resolution shellFloatColumngetPhaseResidual()Phase residual for this resolution shell, in degrees-
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
-
getEmDiffractionStatsId
public StrColumn getEmDiffractionStatsId()
Pointer to EM CRYSTALLOGRAPHY STATS- Returns:
- StrColumn
-
getFourierSpaceCoverage
public FloatColumn getFourierSpaceCoverage()
Completeness of the structure factor data within this resolution shell, in percent- Returns:
- FloatColumn
-
getHighResolution
public FloatColumn getHighResolution()
High resolution limit for this shell (Angstroms)- Returns:
- FloatColumn
-
getId
public StrColumn getId()
Unique identifier for the category em_diffraction_shell- Returns:
- StrColumn
-
getLowResolution
public FloatColumn getLowResolution()
Low resolution limit for this shell (Angstroms)- Returns:
- FloatColumn
-
getMultiplicity
public FloatColumn getMultiplicity()
Multiplicity (average number of measurements) for the structure factors in this resolution shell- Returns:
- FloatColumn
-
getNumStructureFactors
public IntColumn getNumStructureFactors()
Number of measured structure factors in this resolution shell- Returns:
- IntColumn
-
getPhaseResidual
public FloatColumn getPhaseResidual()
Phase residual for this resolution shell, in degrees- Returns:
- FloatColumn
-
-