pyFAI icon indicating copy to clipboard operation
pyFAI copied to clipboard

[calib2] Rework fitting as job processing

Open vallsv opened this issue 6 years ago • 1 comments

Allow to compute asynchronously, and to store history of each fits.

This should thread the computation of the class RingCalibration. Ideally it should be done as new jobs, everytime the geometry is updated.

The class RingExtractorThread could be used as a reference.

vallsv avatar Jan 30 '19 12:01 vallsv

use a processing queue to update

  • fit of the geometry
  • marching-squares to update rings (...)

kif avatar May 22 '19 12:05 kif