maxthemouse / CrystalMIR

Analysis of data for Multiple Image Radiography
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add new algorithm #2

Closed maxthemouse closed 1 year ago

maxthemouse commented 6 years ago

The paper " A Gaussian extension for Diffraction Enhanced Imaging" has an algorithm for estimating the absorption, refraction and scattering portions of diffraction images. This is different than the Taylor series-based equations that I am using. I would like to add the newer equations as they may be better for some samples.

maxthemouse commented 6 years ago

Reference paper: https://www.nature.com/articles/s41598-017-18367-x

maxthemouse commented 6 years ago

Looks like the function dei_mir.get_rc_values fits the rocking curve and gets all the parameters. It returns the angles for the input points. It does not currently return anything about the rocking curve fit but the values such as the width, which is needed for the gaussian algorithm, are determined.

maxthemouse commented 1 year ago

This is outdated as the current method involves fitting only and not using the the approximation versions. Data is also taken at multiple points.