Package org.rcsb.cif.model.generated
Class PdbxSerialCrystallographyMeasurement
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxSerialCrystallographyMeasurement
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxSerialCrystallographyMeasurement extends BaseCategory
Data items in the PDBX_SERIAL_CRYSTALLOGRAPHY_MEASUREMENT category record details the beam that is impinging on the sample
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxSerialCrystallographyMeasurement(String name)PdbxSerialCrystallographyMeasurement(String name, int rowCount, Object[] encodedColumns)PdbxSerialCrystallographyMeasurement(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Constructor Detail
-
PdbxSerialCrystallographyMeasurement
public PdbxSerialCrystallographyMeasurement(String name, Map<String,Column> columns)
-
PdbxSerialCrystallographyMeasurement
public PdbxSerialCrystallographyMeasurement(String name, int rowCount, Object[] encodedColumns)
-
PdbxSerialCrystallographyMeasurement
public PdbxSerialCrystallographyMeasurement(String name)
-
-
Method Detail
-
getDiffrnId
public StrColumn getDiffrnId()
The data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getPulseEnergy
public FloatColumn getPulseEnergy()
The energy/pulse of the X-ray pulse impacting the sample measured in microjoules.- Returns:
- FloatColumn
-
getPulseDuration
public FloatColumn getPulseDuration()
The average duration (femtoseconds) of the pulse energy measured at the sample.- Returns:
- FloatColumn
-
getXfelPulseRepetitionRate
public FloatColumn getXfelPulseRepetitionRate()
For FEL experiments, the pulse repetition rate measured in cycles per seconds.- Returns:
- FloatColumn
-
getPulsePhotonEnergy
public FloatColumn getPulsePhotonEnergy()
The photon energy of the X-ray pulse measured in KeV.- Returns:
- FloatColumn
-
getPhotonsPerPulse
public FloatColumn getPhotonsPerPulse()
The photons per pulse measured in (tera photons (10^(12)^)/pulse units).- Returns:
- FloatColumn
-
getSourceSize
public FloatColumn getSourceSize()
The dimension of the source beam measured at the source (micrometres squared).- Returns:
- FloatColumn
-
getSourceDistance
public FloatColumn getSourceDistance()
The distance from source to the sample along the optical axis (metres).- Returns:
- FloatColumn
-
getFocalSpotSize
public FloatColumn getFocalSpotSize()
The focal spot size of the beam impinging on the sample (micrometres squared).- Returns:
- FloatColumn
-
getCollimation
public StrColumn getCollimation()
The collimation or type of focusing optics applied to the radiation.- Returns:
- StrColumn
-
getCollectionTimeTotal
public FloatColumn getCollectionTimeTotal()
The total number of hours required to measure this data set.- Returns:
- FloatColumn
-
-