Package ffx.xray.cli
Class DataRefinementOptions
java.lang.Object
ffx.xray.cli.DataRefinementOptions
- Direct Known Subclasses:
RealSpaceOptions
,XrayOptions
Represents command line options for scripts that utilize some form of crystallographic data.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
-
Field Summary
Modifier and TypeFieldDescriptionprotected RefinementMinimize.RefinementMode
The refinement mode to use.protected double
--wA or --dataWeight The weight of the data (wA). -
Constructor Summary
-
Method Summary
-
Field Details
-
refinementMode
The refinement mode to use. -
wA
@FFXProperty(name="data-weight", propertyGroup=StructuralRefinement, defaultValue="1.0", description="The weight of the experimental data (wA).") protected double wA--wA or --dataWeight The weight of the data (wA).
-
-
Constructor Details
-
DataRefinementOptions
public DataRefinementOptions()
-
-
Method Details
-
getwA
public double getwA()Getter for the fieldwA
.- Returns:
- a double.
-