Package org.rcsb.cif.model.generated
Class EmImageRecording
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmImageRecording
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmImageRecording extends BaseCategory
Data items in the EM_IMAGE_RECORDING category record details of the image recording (either film/microdensitometer or electronic detector) and parameters for image digitization.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmImageRecording(String name)EmImageRecording(String name, int rowCount, Object[] encodedColumns)EmImageRecording(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetAverageExposureTime()The average exposure time for each image.FloatColumngetAvgElectronDosePerImage()The electron dose received by the specimen per image (electrons per square angstrom).StrColumngetDetails()Any additional details about image recording.StrColumngetDetectorMode()The detector mode used during image recording.StrColumngetFilmOrDetectorModel()The detector type used for recording images.StrColumngetId()The item _em_image_recording.id uniquely identifies a set of recorded images.StrColumngetImagingId()This data item the id of the microscopy settings used in the imaging.IntColumngetNumDiffractionImages()The number of diffraction images collected.IntColumngetNumGridsImaged()Number of grids in the microscopy sessionIntColumngetNumRealImages()The number of micrograph images collected.-
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
-
getAverageExposureTime
public FloatColumn getAverageExposureTime()
The average exposure time for each image.- Returns:
- FloatColumn
-
getAvgElectronDosePerImage
public FloatColumn getAvgElectronDosePerImage()
The electron dose received by the specimen per image (electrons per square angstrom).- Returns:
- FloatColumn
-
getDetails
public StrColumn getDetails()
Any additional details about image recording.- Returns:
- StrColumn
-
getDetectorMode
public StrColumn getDetectorMode()
The detector mode used during image recording.- Returns:
- StrColumn
-
getFilmOrDetectorModel
public StrColumn getFilmOrDetectorModel()
The detector type used for recording images. Usually film or CCD camera.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The item _em_image_recording.id uniquely identifies a set of recorded images.- Returns:
- StrColumn
-
getImagingId
public StrColumn getImagingId()
This data item the id of the microscopy settings used in the imaging.- Returns:
- StrColumn
-
getNumDiffractionImages
public IntColumn getNumDiffractionImages()
The number of diffraction images collected.- Returns:
- IntColumn
-
getNumGridsImaged
public IntColumn getNumGridsImaged()
Number of grids in the microscopy session- Returns:
- IntColumn
-
getNumRealImages
public IntColumn getNumRealImages()
The number of micrograph images collected.- Returns:
- IntColumn
-
-