You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docstring, the corrections is computed as $d^4 \sin\theta$ (https://github.com/scipp/essdiffraction/blob/main/src/ess/powder/correction.py#L358).
This is indeed what is written in the gsas book:
This is weird because the other formulas listed in that document seem to be dimensionless?
But d^4 is obviously not dimensionless...
Computing
CorrectedDetector[SampleRun]in the dream geant4 workflow from the docs yields data with a strange unit:According to the docstring, the corrections is computed as$d^4 \sin\theta$ (https://github.com/scipp/essdiffraction/blob/main/src/ess/powder/correction.py#L358).

This is indeed what is written in the gsas book:
This is weird because the other formulas listed in that document seem to be dimensionless?
But
d^4is obviously not dimensionless...