Class RefineFunctMinimized

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class RefineFunctMinimized
    extends BaseCategory
    Data items in the REFINE_FUNCT_MINIMIZED category record details about the individual terms of the function minimized during refinement.
    • Constructor Detail

      • RefineFunctMinimized

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

        public RefineFunctMinimized​(String name)
    • Method Detail

      • getPdbxRefineId

        public StrColumn getPdbxRefineId()
        This data item uniquely identifies a refinement within an entry. _refine_funct_minimized.pdbx_refine_id can be used to distinguish the results of joint refinements.
        Returns:
        StrColumn
      • getNumberTerms

        public IntColumn getNumberTerms()
        The number of observations in this term. For example, if the term is a residual of the X-ray intensities, this item would contain the number of reflections used in the refinement.
        Returns:
        IntColumn
      • getResidual

        public FloatColumn getResidual()
        The residual for this term of the function that was minimized during the refinement.
        Returns:
        FloatColumn
      • getType

        public StrColumn getType()
        The type of the function being minimized.
        Returns:
        StrColumn
      • getWeight

        public FloatColumn getWeight()
        The weight applied to this term of the function that was minimized during the refinement.
        Returns:
        FloatColumn