Open PNMwaniki opened 7 months ago
Not a killms issue, but the deprecation warning is not the issue here. It is most likely killed due to insufficient memory.
On Sun, Mar 31, 2024, 17:19 Patrick Njoroge Mwaniki < @.***> wrote:
Hi? I was stacking images but got this warning and error.
Singularity> fitstool.py --stack model_cube.fits:FREQ -[0-9][0-9][0-9][0-9]-model.fits Warning: No Cattery package found. If you have Cattery in a non-standard location, please set the MEQTREES_CATTERY_PATH environment variable to point to it. /opt/venv/lib/python3.8/site-packages/Owlcat/FitsTool.py:86: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result. data[imslice] = d Killed.
— Reply to this email directly, view it on GitHub https://github.com/saopicc/killMS/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4RE6TC73BLTFMQ6ADDD5TY3ASQ5AVCNFSM6AAAAABFQP54VCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTOMBUGQZTIMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi? I was stacking images but got this warning and error.
Singularity> fitstool.py --stack model_cube.fits:FREQ -[0-9][0-9][0-9][0-9]-model.fits Warning: No Cattery package found. If you have Cattery in a non-standard location, please set the MEQTREES_CATTERY_PATH environment variable to point to it. /opt/venv/lib/python3.8/site-packages/Owlcat/FitsTool.py:86: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use
arr[tuple(seq)]
instead ofarr[seq]
. In the future this will be interpreted as an array index,arr[np.array(seq)]
, which will result either in an error or a different result. data[imslice] = d Killed.