Currently, the live reconstruction results are saved as npy files into disk and loaded by the recon viewer for display.
https://github.com/NSLS2/holoscan-framework/blob/a7ca3ec890f2cbd4072a9cc2e47e73a538f486ac/Holoptycho/ptycho_holo.py#L239-L243
https://github.com/NSLS2/ptycho_gui/blob/78f1e6a46b9e8ccdd91182ccf6a0a8c2132cef66/src/nsls2ptycho/recon_viewer.py#L20-L21
These should be replaced with using tiled. Only catch here is that the live result files will be repeatedly overwritten when new data comes. We want to keep only the last generated result for each scan_num.
Currently, the live reconstruction results are saved as npy files into disk and loaded by the recon viewer for display.
https://github.com/NSLS2/holoscan-framework/blob/a7ca3ec890f2cbd4072a9cc2e47e73a538f486ac/Holoptycho/ptycho_holo.py#L239-L243
https://github.com/NSLS2/ptycho_gui/blob/78f1e6a46b9e8ccdd91182ccf6a0a8c2132cef66/src/nsls2ptycho/recon_viewer.py#L20-L21
These should be replaced with using tiled. Only catch here is that the live result files will be repeatedly overwritten when new data comes. We want to keep only the last generated result for each scan_num.