ISISNeutronMuon / ISISNeutronMuon/quickBayes
Extend QLData workflow
Open
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
For qldata workflow we should add an option to fix a peak width to a known value (so for a single peak the FWHM is not a free variable, for 2 peaks there is 1 FHWM variable etc.).
will need to update the workflow to use something like this
```
func.add_single_lorentzian()
if func._N_peaks == 1:
func.set_func_guess(value)
func.set_func_bounds(lower, upper)
return func
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.