Uses of Class
ffx.xray.DiffractionData
Package
Description
The Real Space package implements real space structure refinement.
The X-ray package implements support for X-ray and Neutron refinement.
The X-ray CLI package defines options for PicoCLI command line scripts.
-
Uses of DiffractionData in ffx.realspace
ModifierConstructorDescriptionRealSpaceData
(MolecularAssembly[] molecularAssemblies, org.apache.commons.configuration2.CompositeConfiguration properties, ParallelTeam parallelTeam, DiffractionData diffractionData) Construct a real space data molecularAssemblies, assumes a real space map with a weight of 1.0 using the same name as the molecularAssemblies.RealSpaceData
(MolecularAssembly molecularAssembly, org.apache.commons.configuration2.CompositeConfiguration properties, ParallelTeam parallelTeam, DiffractionData diffractionData) Construct a real space data molecularAssemblies, assumes a real space map with a weight of 1.0 using the same name as the molecular molecularAssemblies. -
Uses of DiffractionData in ffx.xray
ModifierConstructorDescriptionXRayEnergy
(DiffractionData diffractionData, int nXYZ, int nB, int nOCC, RefinementMinimize.RefinementMode refinementMode) Diffraction data energy target -
Uses of DiffractionData in ffx.xray.cli
Modifier and TypeMethodDescriptionXrayOptions.getDiffractionData
(List<String> filenames, MolecularAssembly[] assemblies, org.apache.commons.configuration2.CompositeConfiguration properties) Process input from opened molecular assemblies to a DiffractionData.Modifier and TypeMethodDescriptionXrayOptions.toXrayEnergy
(DiffractionData diffractionData) Process input from opened molecular assemblies and diffraction data to a RefinementEnergy.