(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Computer program for least-squares refinement of lattice parameters and modulation vector components

What is it about?

The components of the orientation matrix and the components of up to three modulation wave vectors are simultaneously refinened by the method of least squares, based on the spatial peak positions.

Why is it important?

Starting with the orientation matrix of the main reflections and a rough estimate of the modulation vector(s) components, the orientation matrix and modulation vector(s) components from the observed peak positions are refined. Standard uncertainties on all refined parameters are calculated analytically.

Read more on Kudos…
The following have contributed to this page:
Andreas Schönleber
' ,"url"));