Skip to content

Adds peak Cq values and average Pq values to the Czjzek Distribution Plot

Jop Wolffs requested to merge github/fork/hbrmn/develop into develop

Created by: hbrmn

While the sigma parameter is probably the most straightforward way to describe a Czjzek distribution, many authors use to report the "peak" CQ value of a Czjzek distribution, as obtained from, e.g., the Cz_simple model implemented in DMFit (see also https://nmr.cemhti.cnrs-orleans.fr/Dmfit/Howto/Glass/Default.aspx).

This commit conveniently calculates and displays the peak CQ value in the Czjzek distribution window of ssNake to allow for backwards comparability. Below see an exemplary Czjzek distribution where the peak CQ value is indicated by a vertical line.

image

Moreover, it displays the average PQ (SOQE) value, obtained from the center of mass of the Czjzek distribution in a PQ vs. eta plot, which is not skewed, and thus in my modest opinion, more representative and easier to compare for example with PQ values obtained from MQMAS experiments. In the example below you can see the average PQ value indicated in the same Czjzek distribution in a PQ vs eta plot.

image

The overall result looks like this:

image

PS: I increased the number of contour lines of the Czjzek distribution plot to 15 - this is, of course, personal preference and may be disregarded.

Merge request reports