Interface MTZWriter.MTZType

Enclosing class:
MTZWriter

public static interface MTZWriter.MTZType
The possible output "styles".
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Everything, including fitted/scaled coefficients (e.g.
    static final int
    Output unscaled data only.
    static final int
    Output unscaled Fcs only (still requires data to be read in).
  • Field Details

    • DATAONLY

      static final int DATAONLY
      Output unscaled data only.
      See Also:
    • FCONLY

      static final int FCONLY
      Output unscaled Fcs only (still requires data to be read in).
      See Also:
    • ALL

      static final int ALL
      Everything, including fitted/scaled coefficients (e.g. sigmaA, map coefficients).
      See Also: