EDNA Plugin: EDPluginExecReadDataBM23v1_0

Name:EDPluginExecReadDataBM23v1_0
Project:trexafsv1
Path:trexafsv1/plugins/EDPluginExecReadDataBM23-v1.0/plugins/EDPluginExecReadDataBM23v1_0.py
Author:Olof Svensson
Date:
Copyright:European Synchrotron Radiation Facility, Grenoble, France
License:GPLv3+
Module doc:
Class doc:This plugin reads an ascii file of DEXAFS data produced by the BM23 beamline at the ESRF.
The energy calibration coefficients must be given as input.

Datamodels: XSDataInputReadDataBM23
targetNamespace "http://www.edna-site.org"

import XSDataCommon.XSDataInput
import XSDataCommon.XSDataResult
import XSDataCommon.XSDataFile
import XSDataCommon.XSDataArray
import XSDataCommon.XSDataInteger


complex type XSDataInputReadDataBM23 extends XSDataInput {
    inputFile : XSDataFile
    nSkipHeader : XSDataInteger optional
}

complex type XSDataResultReadDataBM23 extends XSDataResult {
    energy : XSDataArray optional
    dataArray : XSDataArray optional
}