Combine_Images.py code question
Posted: Thu Aug 23, 2018 8:39 pm
I have found the Combine_Images.py code to be very helpful, and I have used several ideas from that code in a related script. In that original code, the function scripts_utils.upload_plane_by_row(...) is used. I'm interested in knowing any pros/cons/differences of that function as compared to scripts_utils.upload_plane(...). In my particular case, I am seeing a significant performance improvement if I use the upload_plane(...) instead of upload_plane_by_row(...). Is there a motivation for choosing upload_plane_by_row(...) that I should consider in my script?
Thanks for any advice,
MLB
Thanks for any advice,
MLB