smeerten / ssnake

A program for the analysis of NMR data.
Other
20 stars 15 forks source link

Multi fit copy incr #153

Closed jtrebosc closed 9 months ago

jtrebosc commented 1 year ago

This is a new feature. When using fit all button one can check a button that will copy the parameter set step by step. Useful when fitting a slowly evolving parameter as the last row will start fitting from last -1 fitted set instead of first row set. Convergence is faster. I updated the Reference Manual. I made a tutorial that I will submit for a pull request soon. @smeerten and @wfranssen could you have a look ? Thanks

jtrebosc commented 1 year ago

I suspect I don't deal properly with slices. It works for pseudo 2D datasets but it fails if there are higher dimensions. I need to understand better how to loop through slices and how to deal with redloclist like indexing. Therefore this branch cannot be merged as is.

jtrebosc commented 12 months ago

I think the last commit now fixes previous issues. I understand now how entries articulates with fitParamList through checkInputs and dispParams functions. @smeerten and @wfranssen could you have a look ? This feature is used also in the pull request for new ssNkae tutorial on T2fitting.

wfranssen commented 9 months ago

Hi Julien. Looking good. :+1: