Package org.rcsb.cif.schema.mm
Class PdbxSerialCrystallographyDataReduction
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSerialCrystallographyDataReduction
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSerialCrystallographyDataReduction
extends DelegatingCategory
Data items in the PDBX_SERIAL_CRYSTALLOGRAPHY_DATA_REDUCTION category record
details about data processing that are unique to XFEL experiments.
These will compliment data recorded in category pdbx_diffrn_merge_stat.
-
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 PdbxSerialCrystallographyDataReduction(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetCrystalHits()For experiments in which samples are provided in a continuous stream, the total number of frames collected in which the crystal was hit.StrColumngetDiffrnId()The data item is a pointer to _diffrn.id in the DIFFRN category.IntColumngetDropletHits()For experiments in which samples are provided in a continuous stream, the total number of frames collected in which a droplet was hit.IntColumngetFrameHits()For experiments in which samples are provided in a continuous stream, the total number of data frames collected in which the sample was hit.IntColumngetFramesFailedIndex()For experiments in which samples are provided in a continuous stream, the total number of data frames collected that contained a "hit" but failed to index.IntColumngetFramesIndexed()For experiments in which samples are provided in a continuous stream, the total number of data frames collected that were indexed.IntColumngetFramesTotal()The total number of data frames collected for this data set.IntColumngetLatticesIndexed()For experiments in which samples are provided in a continuous stream, the total number of lattices indexed.IntColumngetXfelPulseEvents()For FEL experiments, the number of pulse events in the dataset.StrColumngetXfelRunNumbers()For FEL experiments, in which data collection was performed in batches, indicates which subset of the data collected were used in producing this dataset.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
-
getFramesTotal
The total number of data frames collected for this data set.- Returns:
- IntColumn
-
getXfelPulseEvents
For FEL experiments, the number of pulse events in the dataset.- Returns:
- IntColumn
-
getFrameHits
For experiments in which samples are provided in a continuous stream, the total number of data frames collected in which the sample was hit.- Returns:
- IntColumn
-
getCrystalHits
For experiments in which samples are provided in a continuous stream, the total number of frames collected in which the crystal was hit.- Returns:
- IntColumn
-
getDropletHits
For experiments in which samples are provided in a continuous stream, the total number of frames collected in which a droplet was hit.- Returns:
- IntColumn
-
getFramesFailedIndex
For experiments in which samples are provided in a continuous stream, the total number of data frames collected that contained a "hit" but failed to index.- Returns:
- IntColumn
-
getFramesIndexed
For experiments in which samples are provided in a continuous stream, the total number of data frames collected that were indexed.- Returns:
- IntColumn
-
getLatticesIndexed
For experiments in which samples are provided in a continuous stream, the total number of lattices indexed.- Returns:
- IntColumn
-
getXfelRunNumbers
For FEL experiments, in which data collection was performed in batches, indicates which subset of the data collected were used in producing this dataset.- Returns:
- StrColumn
-