I am trying to execute a process from python, specifically CASA NRAO 5.7 which is a Python 2.7.12 environment plus some radio astronomical functions. The thing is that when I run my process using ...
I wrote a Python script that runs this program using the "subprocess" library, processing 64 images at a time. The first 1300 images ran smoothly, but after that, the ...