Closed sabotaha closed 1 year ago
Hi Sabotaha.
In initial versions there were a lot of print statements but we now we view them as a some sort of bloating and replaced with logging
. We added callback
support, which means that you can create a function that runs at every iteration. A good example can be found in RedLionfish/scripts/test_RL_deconv_callbk.py /
. It should work also in notebooks.
Note that, if the data is large the deconvolution will be done in blocks. In that case, the function is called after every block is processed and not every iteration.
Hi,
Thank you for this algorithm. Would you consider adding a print code for following up iterations? It would be beneficial for coding in notebook.
Best, Taha