Skip to content

Resolve "Review current state with ID21 data"

Wout De Nolf requested to merge 22-review-current-state-with-id21-data into main

Closes #22 (closed)

Refactored the first stage of the pipeline: demo tasks, scan picking and fitting. I also started refactoring the regridding task.

image

I'm still not happy but I'll stop here for the MR.

I also added many tests for tasks and workflows.

Tutorial workflows are

  1. Fit 1 scan 1 det:

image

2a. Fit 1 scan N det:

image

2b. Fit 1 scan N det (sum before fitting):

image

  1. Fit N scan 1 det:

image

  1. Fit N scan N det:

image

The demo tasks could return the scan URI's, making the pick scan tasks obsolete. But I wanted to design the tutorial workflows so that when you delete the data generating task, you have the workflow as you would us it in production. The arrows that come out of the data generating task reflect what the user needs to provide as input.

Edited by Wout De Nolf

Merge request reports