### Problem <!-- $ labpdfproc 1.0 ts1000_635um_3_accum_0.xy -w 0.71073 -x tth -z ts1000_635um_zscan_exported.xy Traceback (most recent call last): File "C:\Users\tills\miniconda3\envs\labpdfproc\Scripts\labpdfproc-script.py", line 9, in <module> sys.exit(main()) ^^^^^^ File "C:\Users\tills\miniconda3\envs\labpdfproc\Lib\site-packages\diffpy\labpdfproc\labpdfprocapp.py", line 169, in main absorption_correction = compute_cve(input_pattern, args.mud, args.method) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\tills\miniconda3\envs\labpdfproc\Lib\site-packages\diffpy\labpdfproc\functions.py", line 267, in compute_cve abdo_on_global_tth = cve_function(diffraction_data, mud) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\tills\miniconda3\envs\labpdfproc\Lib\site-packages\diffpy\labpdfproc\functions.py", line 213, in _cve_polynomial_interpolation raise ValueError( ValueError: mu*D is out of the acceptable range (0.5 to 6) for polynomial interpolation. Please rerun with a value within this range or specifying another method from ('brute_force', 'polynomial_interpolation'). --> ### Proposed solution there are two issues: 1) why am I required to specify muD if I have a zscan file to determine muD experimentally? 2) I specified a muD of 1.0, why does it tell me that this is outside o fhte acceptable range for muD (0.5 to 6.0)? I guessed the muD of 1.0, since I don't know the muD of my sample. muD should only be a requirement if I don't provide a zscan file... no?