Package org.rcsb.cif.schema.mm
Class EmStartModel
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmStartModel
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmStartModel
extends DelegatingCategory
The startup model employed to begin refinement of the parameters for
a 3DEM reconstruction
-
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 EmStartModel(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Any additional details about generating the startup modelStrColumngetEmdbId()EMDB id of the map used as the startup modelStrColumngetId()Primary keyStrColumngetImageProcessingId()Foreign key to the EM_IMAGE_PROCESSING categoryStrColumngetInsilicoModel()Description of the "in silico" model used to generate the startup modelFloatColumngetOrthogonalTiltAngle1()Tilt angle for the 1st image set of the orthogonal tilt pairsFloatColumngetOrthogonalTiltAngle2()Tilt angle for the 2nd image set of the orthogonal tilt pairsIntColumngetOrthogonalTiltNumImages()number of images used to generate the orthogonal tilt startup modelStrColumngetOther()Description of other method/source used to generate the startup modelStrColumngetPdbId()PDB id of the model coordinates used to generate the startup modelFloatColumngetRandomConicalTiltAngle()Angular difference between the conical tilt images used to generate the startup modelIntColumngetRandomConicalTiltNumImages()number of images used to generate the random conical tilt startup modelStrColumngetType()Type of startup model (map density) used to initiate the reconstructionMethods 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 generating the startup model- Returns:
- StrColumn
-
getEmdbId
EMDB id of the map used as the startup model- Returns:
- StrColumn
-
getId
Primary key- Returns:
- StrColumn
-
getImageProcessingId
Foreign key to the EM_IMAGE_PROCESSING category- Returns:
- StrColumn
-
getInsilicoModel
Description of the "in silico" model used to generate the startup model- Returns:
- StrColumn
-
getOrthogonalTiltAngle1
Tilt angle for the 1st image set of the orthogonal tilt pairs- Returns:
- FloatColumn
-
getOrthogonalTiltAngle2
Tilt angle for the 2nd image set of the orthogonal tilt pairs- Returns:
- FloatColumn
-
getOrthogonalTiltNumImages
number of images used to generate the orthogonal tilt startup model- Returns:
- IntColumn
-
getOther
Description of other method/source used to generate the startup model- Returns:
- StrColumn
-
getPdbId
PDB id of the model coordinates used to generate the startup model- Returns:
- StrColumn
-
getRandomConicalTiltAngle
Angular difference between the conical tilt images used to generate the startup model- Returns:
- FloatColumn
-
getRandomConicalTiltNumImages
number of images used to generate the random conical tilt startup model- Returns:
- IntColumn
-
getType
Type of startup model (map density) used to initiate the reconstruction- Returns:
- StrColumn
-