Overview

The usual usage of PyXMRTool is to write a script which set up an instance of Experiment.ReflDataSimulator and to minimize the value of its method Experiment.ReflDataSimulator.getSRR() with respect to the parameter array. The 4 modules of PyXMRTool can guide you through these steps:

  • set up the parameter pool and maybe already some of the parameters: Parameters
  • set up the sample representation (the most extensive part): SampleRepresentation
  • set up the experiment and data representation: Experiment
  • fitting: Fitters and appropiate tools from numpy/scipy or similar

In the following chapter an overview over the possibility within these steps will be given. Examples can be found in the folders tutorials and testing. A more extensive documentation of the modules can be found in API.