Package org.rcsb.cif.model.generated
Class PdbxSerialCrystallographyDataReduction
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxSerialCrystallographyDataReduction
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxSerialCrystallographyDataReduction extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxSerialCrystallographyDataReduction(String name)PdbxSerialCrystallographyDataReduction(String name, int rowCount, Object[] encodedColumns)PdbxSerialCrystallographyDataReduction(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
PdbxSerialCrystallographyDataReduction
public PdbxSerialCrystallographyDataReduction(String name, Map<String,Column> columns)
-
PdbxSerialCrystallographyDataReduction
public PdbxSerialCrystallographyDataReduction(String name, int rowCount, Object[] encodedColumns)
-
PdbxSerialCrystallographyDataReduction
public PdbxSerialCrystallographyDataReduction(String name)
-
-
Method Detail
-
getDiffrnId
public StrColumn getDiffrnId()
The data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getFramesTotal
public IntColumn getFramesTotal()
The total number of data frames collected for this data set.- Returns:
- IntColumn
-
getXfelPulseEvents
public IntColumn getXfelPulseEvents()
For FEL experiments, the number of pulse events in the dataset.- Returns:
- IntColumn
-
getFrameHits
public 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
public 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
public 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
public 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
public 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
public IntColumn getLatticesIndexed()
For experiments in which samples are provided in a continuous stream, the total number of lattices indexed.- Returns:
- IntColumn
-
getXfelRunNumbers
public StrColumn 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
-
-