Package ffx.xray.parsers
Interface MTZWriter.MTZType
- Enclosing class:
MTZWriter
public static interface MTZWriter.MTZType
The possible output "styles".
-
Field Summary
-
Field Details
-
DATAONLY
static final int DATAONLYOutput unscaled data only.- See Also:
-
FCONLY
static final int FCONLYOutput unscaled Fcs only (still requires data to be read in).- See Also:
-
ALL
static final int ALLEverything, including fitted/scaled coefficients (e.g. sigmaA, map coefficients).- See Also:
-