Make pyCameras independant from imrpy
We are currently using two imports from imrpy.utils
in pyCameras. Since imrpy is not public we should add the used functions to pyCameras.utils
. I think a simple duplication should be fine for that since I feel these functions are pretty mature and probably won't change in the near future...
I will create a merge request for this.