Previous topic

Python

Next topic

XML Help

This Page

The Intensity ProblemΒΆ

The intensity (see SASdata) is permitted in three different forms:

  1. absolute units: \(d\Sigma/d\Omega(Q)\)

    differential cross-section per unit volume per unit solid angle (typical unit: 1/cm)

  2. absolute units: \(d\sigma/d\Omega(Q)\)

    differential cross-section per unit atom per unit solid angle (typical unit: cm^2)

  3. arbitrary units: \(I(Q)\)

    usually a ratio of two detectors but unit is meaningless (typical unit: a.u.)

This presents a few problems for analysis software to sort out when reading the data. Fortunately, it is possible to analyze the unit attribute to decide which type of intensity is being reported and make choices at the time the file is read. But this is an area for consideration and possible improvement.

One problem arises with software that automatically converts data into some canonical units used by that software. The software should not convert units between these three types of intensity indiscriminately.

A second problem is that when arbitrary units are used, then the set of possible analytical results is restricted. With such units, no meaningful volume fraction or number density can be determined directly from \(I(Q)\).