jgliss / pyplis

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

V144 #30

Closed jgliss closed 5 years ago

johannjacobsohn commented 5 years ago

Is there a specific reason to check for and work around missing PIL? Why not just make it a dependency? AFAIK there aren't much unit or high level tests to ensure pyplis is working with/without PIL, so this leads to a lot of untested code paths.

jgliss commented 5 years ago

@johannjacobsohn PIL is only required for reading of Heidelberg camera data, and I prefer this not to be an additional dependency for pyplis. I moved the import into the corresponding reading method, and I think that should be fine.