Package org.rcsb.cif.schema.mm
Class Em3dReconstruction
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Em3dReconstruction
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Em3dReconstruction
extends DelegatingCategory
Data items in the EM_3D_RECONSTRUCTION category
record details of the 3D reconstruction procedure from 2D projections.
-
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 Em3dReconstruction(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetActualPixelSize()The actual pixel size of projection set of images.StrColumngetAlgorithm()The algorithm used project from 2D orientations to 3D map.StrColumngetCitationId()This data item is a pointer to _citation.id in the CITATION category.StrColumngetCtfCorrectionMethod()The CTF-correction method.StrColumngetDetails()Any additional details used in the 3d reconstruction.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetEulerAnglesDetails()euler angles detailsStrColumngetFscType()type of FSC curve used to determine map resolutionStrColumngetId()The value of _em_3d_reconstruction.id must uniquely identify the 3d reconstruction.StrColumngetImageProcessingId()Foreign key to the EM_IMAGE_PROCESSING categoryStrColumngetMagnificationCalibration()The magnification calibration method for the 3d reconstruction.StrColumngetMethod()The algorithm method used for the 3d-reconstruction.FloatColumngetNominalPixelSize()The nominal pixel size of the projection set of images.IntColumngetNumClassAverages()This item was correspondence to two type of em dataset processing_emDataSet_singleParticle.numClassAverages processing_emDataSet_icosahedral.numClassAveragesIntColumngetNumParticles()The number of 2D projections or 3D subtomograms used in the 3d reconstructionStrColumngetRefinementType()type of refinement performed in order to determine map resolutionFloatColumngetResolution()The final resolution (in Angstroms)of the 3D reconstruction.StrColumngetResolutionMethod()The method used to determine the final resolution of the 3d reconstruction.StrColumngetSoftware()software nameStrColumngetSymmetryType()The type of symmetry applied to the reconstructionMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getId
The value of _em_3d_reconstruction.id must uniquely identify the 3d reconstruction.- Returns:
- StrColumn
-
getMethod
The algorithm method used for the 3d-reconstruction.- Returns:
- StrColumn
-
getAlgorithm
The algorithm used project from 2D orientations to 3D map.- Returns:
- StrColumn
-
getCitationId
This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-
getDetails
Any additional details used in the 3d reconstruction.- Returns:
- StrColumn
-
getResolution
The final resolution (in Angstroms)of the 3D reconstruction.- Returns:
- FloatColumn
-
getResolutionMethod
The method used to determine the final resolution of the 3d reconstruction. The Fourier Shell Correlation criterion as a measure of resolution is based on the concept of splitting the (2D) data set into two halves; averaging each and comparing them using the Fourier Ring Correlation (FRC) technique.- Returns:
- StrColumn
-
getMagnificationCalibration
The magnification calibration method for the 3d reconstruction.- Returns:
- StrColumn
-
getCtfCorrectionMethod
The CTF-correction method. The Contrast Transfer Function CTF compensation for low contrast specimens (e.g. frozen-hydrated), for which phase contrast is the only significant mechanism, then higher defocus levels must be used to achieve any significant transfer, and several images at different focus levels must be combined to complete the information lost from the transfer gaps of any one image. The CTF correction can be applied to each extracted particle separately or to the whole micrograph after digitisation. The simplest level of compensation is to reverse phases at the negative lobes of the CTF.- Returns:
- StrColumn
-
getNominalPixelSize
The nominal pixel size of the projection set of images.- Returns:
- FloatColumn
-
getActualPixelSize
The actual pixel size of projection set of images.- Returns:
- FloatColumn
-
getNumParticles
The number of 2D projections or 3D subtomograms used in the 3d reconstruction- Returns:
- IntColumn
-
getEulerAnglesDetails
euler angles details- Returns:
- StrColumn
-
getNumClassAverages
This item was correspondence to two type of em dataset processing_emDataSet_singleParticle.numClassAverages processing_emDataSet_icosahedral.numClassAverages- Returns:
- IntColumn
-
getSoftware
software name- Returns:
- StrColumn
-
getFscType
type of FSC curve used to determine map resolution- Returns:
- StrColumn
-
getRefinementType
type of refinement performed in order to determine map resolution- Returns:
- StrColumn
-
getImageProcessingId
Foreign key to the EM_IMAGE_PROCESSING category- Returns:
- StrColumn
-
getSymmetryType
The type of symmetry applied to the reconstruction- Returns:
- StrColumn
-