InterParticle.ConcDepend#
InterParticle.ConcDepend.py
- compute_scd(ssd, debug=False)#
Compute the SCD (Score of Concentration Dependency) from the SampledScatteringData (SSD) object.
Currently a placeholder function that returns 0.
- Parameters:
ssd (SampledScatteringData) – The sampled scattering data containing XR data and inter-particle effect information.
debug (bool) – If True, print debug information.
- Returns:
The computed SCD.
- Return type:
float