You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the plotting requires the raw echem/NMR spectra to be stored in the database (since they are saved under self.data of the block). We should do our best to avoid this and instead cache to disk, especially as it will be impossible to store in the database if it goes over 16 MB.
The text was updated successfully, but these errors were encountered:
Best case: once the first parsing is done, save a pkl (or ideally something better like hdf5 or parquet) of all the data, to disk, alongside the zip at e.g., /app/files/<file_id>/insituNMR.zip -> /app/files/<file_id>/insituNMR.h5, so then when the user comes back to the block, it checks if the parsed data exists first, then just loads it.
Uh oh!
There was an error while loading. Please reload this page.
Currently the plotting requires the raw echem/NMR spectra to be stored in the database (since they are saved under
self.data
of the block). We should do our best to avoid this and instead cache to disk, especially as it will be impossible to store in the database if it goes over 16 MB.The text was updated successfully, but these errors were encountered: