twVolc / PyCamPermanent

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

Save cross_corr info in output files #133

Open ubdbra001 opened 1 month ago

ubdbra001 commented 1 month ago

Currently cross correlation info file is saved at the end of processing, and only the most recent values are placed in the file.

Additional columns:

Fixing this issue can also include removing save_processing_params() from PyplisWorker: https://github.com/twVolc/PyCamPermanent/blob/f3d72918b0a0a167eebd2e610dfff9cdec08be17/pycam/so2_camera_processor.py#L3868-L3901