twVolc / PyCamPermanent

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

First few mins of results in `doas_worker` are removed when moving between days #112

Open ubdbra001 opened 8 months ago

ubdbra001 commented 8 months ago

When switching between days doas_worker.reset_self() is called, which includes clearing the doas results.

But this can wipe the first few mins of processed data for the new day. So, when it reaches those pairs of images to process it can't find the results for the calibration.

THis will also slow down processing as it repeatedly tries to get the doas results (as if they hadn't been processed yet)