cabouman / mbircone

BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Save intermediate results of mutli-resolution recon #105

Open dyang37 opened 1 year ago

dyang37 commented 1 year ago

Per Rakesh's request, we should add an argument in recon() function to save the intermediate results of multi-resolution recon. Specifically, the interpolated results from lower resolution should be saved. In the case where the experiment gets interrupted, the interploated lower resolution image can be used as an init image to re-launch the experiment.

Proposed interface:

def recon(sino, angles, dist_source_detector, magnification,
          ...
          lib_path=__lib_path, save_init_images=0,
          ...
          ):
dyang37 commented 1 year ago

Implementation available at branch feature/save_intermediate.

I can make a PR once we get group agreement on the interface design.

cabouman commented 1 year ago

Diyu, I don't think it is a good idea to save ppt's or binaries in general on the GitHub. I'm looking at your email now.

dyang37 commented 1 year ago

Diyu, I don't think it is a good idea to save ppt's or binaries in general on the GitHub. I'm looking at your email now.

Got it. Thanks! I deleted the ppt slides from the reply above.