Package org.rcsb.cif.model.generated
Class EmImagingOptics
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmImagingOptics
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmImagingOptics extends BaseCategory
Description of a few specialist optics apparatus
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmImagingOptics(String name)EmImagingOptics(String name, int rowCount, Object[] encodedColumns)EmImagingOptics(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetChrAberrationCorrector()Chromatic aberration corrector informationStrColumngetEnergyfilterLower()The energy filter range lower value in electron volts (eV) set by spectrometer.StrColumngetEnergyfilterName()The type of energy filter spectrometerFloatColumngetEnergyfilterSlitWidth()The energy filter range slit width in electron volts (eV).StrColumngetEnergyfilterUpper()The energy filter range upper value in electron volts (eV) set by spectrometer.StrColumngetId()Primary keyStrColumngetImagingId()Foreign key to the EM IMAGING categoryStrColumngetPhasePlate()Phase plate informationStrColumngetSphAberrationCorrector()Spherical aberration corrector information-
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
-
getChrAberrationCorrector
public StrColumn getChrAberrationCorrector()
Chromatic aberration corrector information- Returns:
- StrColumn
-
getEnergyfilterLower
public StrColumn getEnergyfilterLower()
The energy filter range lower value in electron volts (eV) set by spectrometer.- Returns:
- StrColumn
-
getEnergyfilterSlitWidth
public FloatColumn getEnergyfilterSlitWidth()
The energy filter range slit width in electron volts (eV).- Returns:
- FloatColumn
-
getEnergyfilterName
public StrColumn getEnergyfilterName()
The type of energy filter spectrometer- Returns:
- StrColumn
-
getEnergyfilterUpper
public StrColumn getEnergyfilterUpper()
The energy filter range upper value in electron volts (eV) set by spectrometer.- Returns:
- StrColumn
-
getId
public StrColumn getId()
Primary key- Returns:
- StrColumn
-
getImagingId
public StrColumn getImagingId()
Foreign key to the EM IMAGING category- Returns:
- StrColumn
-
getPhasePlate
public StrColumn getPhasePlate()
Phase plate information- Returns:
- StrColumn
-
getSphAberrationCorrector
public StrColumn getSphAberrationCorrector()
Spherical aberration corrector information- Returns:
- StrColumn
-
-