Open pllim opened 1 year ago
I confirmed that I see the same error trace when trying to fit a linear model in Specviz2D.
Also, I wanted to point out that the workflow you wrote out isn't actually something we support, as far as I know. You can't select one subset to fit one model component to and set another component to a different subset as part of the same model fitting call. Every component gets fit to the subset that's selected when you press the Fit Model button.
Oh... Hmm... But isn't it natural to want to fit the continuum and the signal separately from different areas, and then calculate the signal parameters with continuum subtracted? Am I thinking about this wrong?
I agree that's a common thing to want to do, but you currently have to do it as two separate model fits. This is facilitated by the Calculate Residuals
toggle, which will add the model-subtracted data as a data entry. This is tangential to the bug here of course.
I just checked and (somewhat surprisingly) model fitting does work in Mosviz.
I just checked and (somewhat surprisingly) model fitting does work in Mosviz.
The spectrum in specviz2d is from the spectral extraction plugin (unless a 1d spectrum is loaded manually). This is not the case (yet) in mosviz.
main
, not just #2093Workflow to reproduce:
🐱