jgliss / pyplis

Python toolbox for the analysis of UV SO2 camera data
GNU General Public License v3.0
7 stars 5 forks source link

Separate a universal `load_img()` method #6

Closed solvejgdinger closed 6 years ago

solvejgdinger commented 6 years ago

load_img is used in many methods e.g. load(), load_next(), activate_tau_mode(), ... Separating has two advantages: 1) Reduced code redundance and improved clearity 2) load_img()can be redefined in child classes without the need of redefining every method

jgliss commented 6 years ago

I close this request due to multiple and difficult to solve conflicts arising from diverging parallel development in the past. Since then Pyplis has undergone many fundamental changes and major improvements. I suggest to review individual commits of request and compare with current Pyplis version and, if applicable, submit smaller, individual requests.