Package org.rcsb.cif.model.generated
Class EmEulerAngleAssignment
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmEulerAngleAssignment
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmEulerAngleAssignment extends BaseCategory
Category to describe the euler angle assignement
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmEulerAngleAssignment(String name)EmEulerAngleAssignment(String name, int rowCount, Object[] encodedColumns)EmEulerAngleAssignment(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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()
Any additional details about euler angle assignment- Returns:
- StrColumn
-
getId
public StrColumn getId()
Primary key- Returns:
- StrColumn
-
getImageProcessingId
public StrColumn getImageProcessingId()
Foreign key to the EM_IMAGE_PROCESSING category- Returns:
- StrColumn
-
getOrder
public StrColumn getOrder()
Stage of the reconstruction in which the angle assignments were made.- Returns:
- StrColumn
-
getProjMatchingAngularSampling
public FloatColumn getProjMatchingAngularSampling()
Angular sampling of projection matching- Returns:
- FloatColumn
-
getProjMatchingMeritFunction
public StrColumn getProjMatchingMeritFunction()
Overall figure of merit for projection matching- Returns:
- StrColumn
-
getProjMatchingNumProjections
public IntColumn getProjMatchingNumProjections()
Number of reference projections used for euler angle assignment- Returns:
- IntColumn
-
getType
public StrColumn getType()
The procedure used to assigned euler angles.- Returns:
- StrColumn
-
-