nmrium
nmrium copied to clipboard
React component to display and process nuclear magnetic resonance (NMR) spectra.
@jobo322 Apparently you did in the visualizer. could you add a screen snapshot here ?
We have the tree similarity algorithm that we should reimplement.
When you assign atoms to ranges the highlight from the range panel to the atoms is not always working. Càould be related to going hover a range in the spectrum...
This issue is related to: - https://github.com/zakodium-oss/react-science/issues/243. Currently when the panels are hidden it becomes practically invisible and the users do not know it exists. One possibility is to have...
There should be a new tool for 1D that allows to select an area (draw a rectangle) and create a 'inset'. This inset will be positioned half height and be...
Could we remove NMRiumData from here ? https://github.com/cheminfo/nmrium/blob/af13a621d4be0955c92e04734962df67cd785cb7/src/component/NMRium.tsx#L155-L160
I would like that if we try to print the page containing a spectrum we only display what is usually in the clipboard (when we copy)  We can use...
- #2781
It seems to me that when we assign zones (2D spectra) there is a small latency.  When looking at Performance I have the impression that ...
Due to the size of the 2D data object, we are unable to stringify the entire spectra object when it becomes too large. The limitation prevents to stringify the object....