Before you move on to multigrain indexing, you will need to know:
If you have a decent powder diffraction pattern to work with, you can try to do so with typical software people use in DAC experiments: dioptas, maud, etc.
There is a second option:
This will be discussed below.
Generating a 2-theta histogram of peaks identified with a peak search has several advantages:
Some drawbacks
True
or 1
, histograms are weighted by the peak intensities. These should be closer to a true powder diffraction intensity, but also affected by very large grains in the sample.This can be done in ImageD11. Once calibrated for tilts, beam center, detector distance, etc, you can select
ImageD11 will ask for a number of bins (10000 is good) and you will get something like the screenshot below. New versions of ImageD11 (as of Feb 2021) have an option weight_hist_intensities. If this option is set to True
or 1
, histograms are weighted by the peak intensities. If this option is set to False
or 0
, histograms are based on the number of measured peaks.
Newer versions of ImageD11 (update February 2021) can then export this histogram using Transformation → Export tth histogram
You can use PDIndexer to identify your phases and fit their unit cell parameters.
To do so
It can be useful to load the histogram in MAUD. Remember, however, that this is not a true powder diffraction pattern,
True
or 1
, histograms are weighted by the peak intensities. These should be closer to a true powder diffraction intensity, but also affected by very large grains in the sample.
To convert the histogram, use timelessTthHistogram2Maud
from the TIMEleSS tools (see details below). Simply provide the detector distance (in mm), the name of the histogram file, and the name of the new ESG file, and you are good to go.
To load the data in MAUD
It should work…
Remember, intensities are messed up, but you will get your phases and cell parameters…
timelessTthHistogram2Maud -h usage: timelessTthHistogram2Maud -d distance histogram.dat data.esg Creates a MAUD ESG file from a text file with intensity vs. 2theta (in degrees). This is part of the TIMEleSS project http://timeless.texture.rocks positional arguments: txtdata Name of file with intensity vs. 2theta output Name of esg file optional arguments: -h, --help show this help message and exit -d DISTANCE, --distance DISTANCE Detector distance (in mm, required)