Class PdbxDataProcessingDetector

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxDataProcessingDetector
    extends BaseCategory
    Details of the detector used at data collection site.
    • Constructor Detail

      • PdbxDataProcessingDetector

        public PdbxDataProcessingDetector​(String name,
                                          Map<String,​Column> columns)
      • PdbxDataProcessingDetector

        public PdbxDataProcessingDetector​(String name,
                                          int rowCount,
                                          Object[] encodedColumns)
      • PdbxDataProcessingDetector

        public PdbxDataProcessingDetector​(String name)
    • Method Detail

      • getEntryId

        public StrColumn getEntryId()
        The value of _pdbx_data_processing_detector.entry_id identifies the data block.
        Returns:
        StrColumn
      • getName

        public StrColumn getName()
        The name and type of detector.
        Returns:
        StrColumn
      • getWavelength

        public FloatColumn getWavelength()
        The wavelength of data collection.
        Returns:
        FloatColumn
      • getPolarization

        public FloatColumn getPolarization()
        The polarization measured in data collection.
        Returns:
        FloatColumn
      • getBeamPositionX

        public FloatColumn getBeamPositionX()
        The sample position in the beam in the X direction.
        Returns:
        FloatColumn
      • getBeamPositionY

        public FloatColumn getBeamPositionY()
        The sample position in the beam in the Y direction.
        Returns:
        FloatColumn
      • getCassetteRotX

        public FloatColumn getCassetteRotX()
        The cassette rotation about the X axis.
        Returns:
        FloatColumn
      • getCassetteRotY

        public FloatColumn getCassetteRotY()
        The cassette rotation about the Y axis.
        Returns:
        FloatColumn
      • getCassetteRotZ

        public FloatColumn getCassetteRotZ()
        The cassette rotation about the Z axis.
        Returns:
        FloatColumn
      • getScaleY

        public FloatColumn getScaleY()
        The value applied to the Y direction.
        Returns:
        FloatColumn
      • getSkew

        public FloatColumn getSkew()
        The skew value.
        Returns:
        FloatColumn
      • getCrossfireX

        public FloatColumn getCrossfireX()
        The detector crossfire value in the X direction.
        Returns:
        FloatColumn
      • getCrossfireY

        public FloatColumn getCrossfireY()
        The detector crossfire value in the Y direction.
        Returns:
        FloatColumn
      • getCrossfireXy

        public FloatColumn getCrossfireXy()
        The detector coupled crossfire value for XY.
        Returns:
        FloatColumn
      • getDate

        public StrColumn getDate()
        Data collection date.
        Returns:
        StrColumn
      • getExperimentor

        public StrColumn getExperimentor()
        Name of experimentor.
        Returns:
        StrColumn
      • getCrystalDataId

        public StrColumn getCrystalDataId()
        Identifier for crystal on which data was collected.
        Returns:
        StrColumn
      • getProcessingPath

        public StrColumn getProcessingPath()
        File system path to processing data files.
        Returns:
        StrColumn
      • getProcessingFiles

        public StrColumn getProcessingFiles()
        File system names for the data processing files.
        Returns:
        StrColumn