Dominik Kriegner

Results 19 issues of Dominik Kriegner

This implements a device of a new vendor: [MKS Instruments 937B vacuum gauge controller](https://www.mks.com/f/937b-combination-vacuum-gauge-controller) Connection to the device is made through an RS232/RS485 serial connection. The communication protocol of this...

During following the "installation from source" instructions [1] I experienced an error at step 3. Step 3 says: run `perl ./Build.PL ` I got: `/demeter/t/t is a recursive symbolic link...

Using the latest extension of the elasticity properties in #138 one could now rather easily let the Poisson ratio be calculated for a specific direction instead of the trivial isotropic...

It would be interesting to be able to switch to viewing different planes similar to the typical coplanar diffraction plane one might show the grazing incidence diffraction plane. This should...

The plot currently does not allow to identify which layer is which. It should include a legend which labels the individual contributions based on the layer name.

results of a FitModel should be saveable in a file in order to read them back for later plotting/analysis. possible this also needs an ascii output of the fitted parameters...

Currently Experiment.Ang2Q (by default) converts the angular goniometer positions to a Q-coordinate frame fixed to the innermost goniometer circle, but using the laboratory coordinate system. Ang2HKL (with appropriate parameters) can...

enhancement

Fitting the diffraction signal of pseudomorphic layer stacks should be possible by fitting a certain `relaxation` of layers which allows to maintain a realistic response of the lattice parameters. Currently...

The transfer matrix method implemented in `DynamicalReflectivityModel` yields identical results to `SpecularReflectivityModel` see the [examples/simpack_xrr_matrixmethod.py](https://github.com/dkriegner/xrayutilities/blob/master/examples/simpack_xrr_matrixmethod.py) script and the plot it generates ![image](https://user-images.githubusercontent.com/9802901/44990209-9ed96980-af90-11e8-80ae-c94bac53712e.png) The benchmarking shows: ``` %timeit Reflec_S, Trans_S =...

question

The `DynamicalReflectivityModel` does not use the `resolution_width`, `sample_width`, and `beam_width` parameters which SpecularReflectivity is using. Does it make sense to add this functionality or do these parameters not make sense...

help wanted
question