smeerten / ssnake

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

Textual history of multiplication does not allow replication #139

Closed Famlam closed 2 months ago

Famlam commented 1 year ago
  1. Have a Nx13 points spectrum, of which the last point was only measured 1/8th of the number of scans
  2. Matrix -> Multiply. Use: [1,1,1,1,1,1,1,1,1,1,1,1,8]
  3. Open the history after a few days to check which multiplication factor you used

Expected: Multiplied data of dimension X by [1,1,1,1,1,1,1,1,1,1,1,1,8]

Observe: Multiplied data[slice(None, None, None)]