DiamondLightSource / Savu

Tomography Reconstructon Pipeline
Other
38 stars 43 forks source link

Iterative plugins API #888

Closed dkazanc closed 2 years ago

yousefmoazzam commented 2 years ago

Commit f567bed adds a few tests for running iterative loops which have very simple cases, let me know if there are other cases that would be worth testing. One that could be useful is having a process list that has two or more loops in it?

dkazanc commented 2 years ago

thanks for the tests @yousefmoazzam. Should be enough to test the main iterative functionality, I will also add the iterative alignment test when it's working.

dkazanc commented 2 years ago

I've done some modifications in the iterate outlook, see the image. How does it look? @jessicavers the problem is that I cannot save the p_dict['iterative'] into the nxs file apparently, so when I load it, all modifications have been lost. image

dkazanc commented 2 years ago

cheers @yousefmoazzam ! I will do some tomobar corrections in this branch to test iterative alignment.