Class 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.
    • 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