smeerten / ssnake

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

CSA definition change in multifit pseudo 2D #114

Open jtrebosc opened 2 years ago

jtrebosc commented 2 years ago

In a pseudo 2D (for example several spectra recorded at different temperature, combined in a 2D dataset), one can fit individual spectra rows. When changing the definition for one row the values are converted to the new definition for that row only however, the definition is changed for all rows. Therefore other rows cannot fit properly. The values should be converted for all rows in the 2D.

jtrebosc commented 10 months ago

The intended workflow of ssNake is to click 'Copy par.' button to propagate the definition change to all slices... But this will also overwrite existing values. Therefore it is required to fit again. However, one purpose could be to convert the already fitted values to a new definition. In that case, one should indeed convert the data for all rows.

jtrebosc commented 9 months ago

This bug is fixed with commit e6221e5

jtrebosc commented 9 months ago

Re open until merged in master.