EDNA Plugin: EDPluginControlXdsBurnStrategy

Name:EDPluginControlXdsBurnStrategy
Project:mxPluginExec
Path:mxPluginExec/plugins/EDPluginGroupBurnStrategy/plugins/EDPluginControlXdsBurnStrategy.py
Author:Thomas Boeglin
Date:
Copyright:ESRF
License:GPLv3+
Module doc:
Class doc:This plugin runs XDS with the specified input file, unit cell
constants and spacegroup

Datamodels: XSDataInputXdsBurnStrategy
targetNamespace "http://www.edna-site.org"
import XSDataCommon.XSDataDouble
import XSDataCommon.XSDataString
import XSDataCommon.XSDataInteger
import XSDataCommon.XSDataFloat
import XSDataCommon.XSDataVectorDouble
import XSDataCommon.XSDataInput
import XSDataCommon.XSDataResult
import XSDataCommon.XSDataBoolean
import XSDataCommon.XSDataFile

complex type XSDataInputXdsBurnStrategy extends XSDataInput {
    input_file : XSDataString
    space_group : XSDataInteger
    unit_cell_a : XSDataDouble
    unit_cell_b : XSDataDouble
    unit_cell_c : XSDataDouble
    unit_cell_alpha : XSDataDouble
    unit_cell_beta : XSDataDouble
    unit_cell_gamma : XSDataDouble
}

complex type XSDataOutputXdsBurnStrategy extends XSDataResult {
    xds_hkl : XSDataString
}