Skip to content

Extend QLData workflow #84

@AnthonyLim23

Description

@AnthonyLim23

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions