QUANTITATIVE ANALYSIS

Up to Menu

This page explains the commands for quantitative analysis. It aims at assessing the weights of a number of a number of pure phases in a mixture. The pure phase profiles has to be supplied besides those of the mixtures. It is performed by using the MultiFit or the unfolding approaches. The commands are:

unfold

purephase

rhoin

test

constraint

referw

calib

fitmodel

sam

combine

 

 

unfold

Defines the method used for quantitative analysis.

 

purephase

Placed after a file command line, tags the corresponding profile as that of a pure phase. A maximum of 10 pure phases can be managed by the program.

 

rhoin

Provides the value of the mass absorption coefficient (cm2/g) for each pure phase.

Example:

file /home/rocco/corundum.prn

purephase

rhoin 32.10

file /home/rocco/fluorite.prn

purephase

rhoin 96.35

file /home/rocco/zincite.prn

purephase

rhoin 49.47

 

test

Placed after a file command line, tags the corresponding profile as belonging to the test set for supervised quantitative analysis. The profile should have known weight fraction, set by the command referw.

 

constraint

Defines a constraint on quantitative assessment of pure phases, as determined by the MultiFit approach.

 

referw

Defines the known weight fraction of the pure phases in the mixture sample. These values are used for comparison with those calculated by RootProf. The command has to be placed after a file command line. It should be followed (on the same line) by a number of values equal to the number of pure phases included in the dataset.

 

calib

Defines the type of calibration in case of supervised quantitative analysis (whichanalysis 4), to be performed by using profiles with known weight fractions (those tagged by the referw and test commands).

Note: given the long computations, it would be advisable to run RootProf in batch mode by using the linux command

root.exe -l -b -q 'RootProf_v15.C("fileInput")' > outputFile

when using calib 0 or 1. In this case the command savefig 1 or 2 should be added to the command file, to save figures for later inspection.

 

fitmodel

Defines the type of superposition model for the MultiFit procedure.

 

sam

Command to implement the Standard Addition Method (SAM). It defines the weight fraction of a known compound added to a mixture of unknown phases, which include the known compound. 

Example of application of the SAM:

whichanalysis 3

file /home/rocco/mixture_0added.txt

sam 0

file /home/rocco/mixture_0.01added.txt

sam 0.01

file /home/rocco/mixture_0.05added.txt

sam 0.05

file /home/rocco/PureKnownPhase.txt

purefase

 

 

combine

Defines how to combine fitting of different datasets for quantitative assessments. The procedure has been originally developed to combine quantitative analysis in reciprocal (XPD data) and direct (PDF data) spaces, which is particularly useful for low-crystallinity mixtures.

 

 

Up to Menu