Package org.rcsb.cif.schema.mm
Class PdbxSerialCrystallographyMeasurement
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSerialCrystallographyMeasurement
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSerialCrystallographyMeasurement
extends DelegatingCategory
Data items in the PDBX_SERIAL_CRYSTALLOGRAPHY_MEASUREMENT category record
details the beam that is impinging on the sample
-
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 PdbxSerialCrystallographyMeasurement(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetCollectionTimeTotal()The total number of hours required to measure this data set.StrColumngetCollimation()The collimation or type of focusing optics applied to the radiation.StrColumngetDiffrnId()The data item is a pointer to _diffrn.id in the DIFFRN category.FloatColumngetFocalSpotSize()The focal spot size of the beam impinging on the sample (micrometres squared).FloatColumngetPhotonsPerPulse()The photons per pulse measured in (tera photons (10^(12)^)/pulse units).FloatColumngetPulseDuration()The average duration (femtoseconds) of the pulse energy measured at the sample.FloatColumngetPulseEnergy()The energy/pulse of the X-ray pulse impacting the sample measured in microjoules.FloatColumngetPulsePhotonEnergy()The photon energy of the X-ray pulse measured in KeV.FloatColumngetSourceDistance()The distance from source to the sample along the optical axis (metres).FloatColumngetSourceSize()The dimension of the source beam measured at the source (micrometres squared).FloatColumngetXfelPulseRepetitionRate()For FEL experiments, the pulse repetition rate measured in cycles per seconds.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDiffrnId
The data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getPulseEnergy
The energy/pulse of the X-ray pulse impacting the sample measured in microjoules.- Returns:
- FloatColumn
-
getPulseDuration
The average duration (femtoseconds) of the pulse energy measured at the sample.- Returns:
- FloatColumn
-
getXfelPulseRepetitionRate
For FEL experiments, the pulse repetition rate measured in cycles per seconds.- Returns:
- FloatColumn
-
getPulsePhotonEnergy
The photon energy of the X-ray pulse measured in KeV.- Returns:
- FloatColumn
-
getPhotonsPerPulse
The photons per pulse measured in (tera photons (10^(12)^)/pulse units).- Returns:
- FloatColumn
-
getSourceSize
The dimension of the source beam measured at the source (micrometres squared).- Returns:
- FloatColumn
-
getSourceDistance
The distance from source to the sample along the optical axis (metres).- Returns:
- FloatColumn
-
getFocalSpotSize
The focal spot size of the beam impinging on the sample (micrometres squared).- Returns:
- FloatColumn
-
getCollimation
The collimation or type of focusing optics applied to the radiation.- Returns:
- StrColumn
-
getCollectionTimeTotal
The total number of hours required to measure this data set.- Returns:
- FloatColumn
-