mantidproject / vesuvio

Source code for Vesuvio analysis algorithms
0 stars 1 forks source link

Add ability to globally fit peaks to calculate shared parameters #59

Open MialLewis opened 1 year ago

MialLewis commented 1 year ago

We want to add the ability to globally fit peaks to calculate shared parameters.

For this stage of the project, the following sub-issues need to be resolved:

MialLewis commented 1 year ago

I'm working on Add ability to manually specify invalid detectors, instead of using the function.

jess-farmer commented 1 year ago

I've been working on Add ability to specify whether peaks should be individually fit, globally fit, or both. - I'll open a PR with these changes later today

MialLewis commented 1 year ago

I've been working on Add ability to specify whether peaks should be individually fit, globally fit, or both. - I'll open a PR with these changes later today

To warn, there's quite a big PR https://github.com/mantidproject/vesuvio/pull/61 in bound that will separate the calibration script file so that the two different classes are held in different files.

I suspect this PR will be merged before yours, so it may be worth rebasing on the associated branch sooner rather than later.