pyFAI icon indicating copy to clipboard operation
pyFAI copied to clipboard

[calib2] Returns the application state between 2 uses

Open vallsv opened this issue 5 years ago • 1 comments

Store the state of the application when it is close. To be able to retrieve it the next time.

  • It could be quite easy to dump the application modelization into a file.
  • Then it could be relativly easy to reach back this data to regenerate the previous modelization.
  • The file should be stored in the user account / maybe .config or .cache

vallsv avatar May 09 '19 06:05 vallsv

  1. Serialize the pyFAI.gui.model.CalibrationModel + composed objects.
  2. restore are boot-up time

Issue: what if the user provides a config online vs the last stored state

kif avatar May 22 '19 13:05 kif