twVolc / PyCamPermanent

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

Error with real-time processing #52

Open tpering opened 1 year ago

tpering commented 1 year ago

The below error appears when trying to process data as it is coming into a folder, when display only mode isn't ticked image

ubdbra001 commented 1 year ago

Stumbled across this today, looks like an issue with full_df = pd.merge_asof(tau_df, fit_df, "timepoint") in the save_calibration function of PyplisWorker. It happened when I selected "display only mode" from the Processing Menu with no data loaded. In this case it looks like it is trying to merge two empty dataframes (tau_df and fit_df).

tpering commented 1 month ago

@ubdbra001 does #143 fix this too?

ubdbra001 commented 1 month ago

Yes, I think so