- Enclosing class:
MTZWriter
public static interface MTZWriter.MTZType
The possible output "styles".
-
Field Summary 
Fields
static final int
Everything, including fitted/scaled coefficients (e.g. sigmaA, map coefficients).
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:
-