Package org.rcsb.cif.schema.mm
Class EmEulerAngleAssignment
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmEulerAngleAssignment
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmEulerAngleAssignment
extends DelegatingCategory
Category to describe the euler angle assignement
-
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 EmEulerAngleAssignment(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Any additional details about euler angle assignmentStrColumngetId()Primary keyStrColumngetImageProcessingId()Foreign key to the EM_IMAGE_PROCESSING categoryStrColumngetOrder()Stage of the reconstruction in which the angle assignments were made.FloatColumngetProjMatchingAngularSampling()Angular sampling of projection matchingStrColumngetProjMatchingMeritFunction()Overall figure of merit for projection matchingIntColumngetProjMatchingNumProjections()Number of reference projections used for euler angle assignmentStrColumngetType()The procedure used to assigned euler angles.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
Any additional details about euler angle assignment- Returns:
- StrColumn
-
getId
Primary key- Returns:
- StrColumn
-
getImageProcessingId
Foreign key to the EM_IMAGE_PROCESSING category- Returns:
- StrColumn
-
getOrder
Stage of the reconstruction in which the angle assignments were made.- Returns:
- StrColumn
-
getProjMatchingAngularSampling
Angular sampling of projection matching- Returns:
- FloatColumn
-
getProjMatchingMeritFunction
Overall figure of merit for projection matching- Returns:
- StrColumn
-
getProjMatchingNumProjections
Number of reference projections used for euler angle assignment- Returns:
- IntColumn
-
getType
The procedure used to assigned euler angles.- Returns:
- StrColumn
-