Problem: Hard to understand what kind of objects sat_imgs and sat_img are in VPRM.py
Proposal:
- Rename handler to satellite_manager in VPRM.py
- Rename self.sat_imgs to self.satellite_managers in VPRM.py
- Rename sat_img to images in sat_managers/base_manager.py (as sat_img right now can contain multiple images??)
(In VPRM.py this would result in:
- handing satellite_manager to class vprm
- self.satellite_managers.append(satellite_manager)
- self.satellite_managers.images would then contain the images and be easier to read..)