twVolc / PyCamPermanent

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

`calculate_emission_rate()` needs tidying/splitting up #125

Open ubdbra001 opened 2 months ago

ubdbra001 commented 2 months ago

Currently the calculate_emission_rate() function is a bit of a monster (300+ lines long), it may be worth splitting out the calculations for each of the flow modes to their own functions. This would also make testing easier (these functions could be tested in an isolated way)