twVolc / PyCamPermanent

Permanent PiCam (SO2) installation project software
GNU General Public License v3.0
2 stars 2 forks source link

Save calibration data #44

Closed ubdbra001 closed 1 year ago

ubdbra001 commented 1 year ago

Added ability to save cailbration data into csv with headers

ubdbra001 commented 1 year ago

Does this also resolve issue #16?

twVolc commented 1 year ago

Does this also resolve issue #16?

It definitely goes a long way to solving it. I think to close the issue it would be nice to have these statistics plotted in the GUI whilst processing is running - so that real-time evaluation of these parameters is possible. I did start this in pycam.gui.figures_analysis.DOASFOVSearchFrame() and its fig_cal_params attribute and within its update_plot method. But i didn't ever get it working properly. I think with the arrays you've now generated it should be relatively straightforward to start displaying these parameters within the GUI?

ubdbra001 commented 1 year ago

Does this also resolve issue #16?

It definitely goes a long way to solving it. I think to close the issue it would be nice to have these statistics plotted in the GUI whilst processing is running - so that real-time evaluation of these parameters is possible. I did start this in pycam.gui.figures_analysis.DOASFOVSearchFrame() and its fig_cal_params attribute and within its update_plot method. But i didn't ever get it working properly. I think with the arrays you've now generated it should be relatively straightforward to start displaying these parameters within the GUI?

Okay, good to know. I'll add a link to this comment for the issue (so I know what I'm aiming for with it) and then start a new feature branch for it.

Feel free to merge this branch when you're happy with it, or add comments if you find problems.