twVolc / PyCamPermanent

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

Changing emission rate line after processing makes all plots disappear and doesn't update #2

Closed twVolc closed 2 years ago

twVolc commented 2 years ago

As the title says, once a sequence has been processed, attempting to change the emission rate line doesn't work - the previous line time series disappears but the new line series isn't plotted. Going back to the previous line then doesn't work - the plot remains blank whatever you do.

twVolc commented 2 years ago

Fixed in most recent commit. Issue was because of reset_self() call in finalise_processing() that deleted time series from memory after processing had finished. Added a keyword argument so so reset_self() isn't called when processing a single sequence (it will only be reset when performing continuous data processing if finalise_prcoessing() is called at the start of a new day of data