"Killed"

26 views
Skip to first unread message

Abimael Amaro

unread,
Mar 26, 2025, 3:52:41 PMMar 26
to idl-p...@googlegroups.com
Hi everyone who has expertise in solar physics!

Using the Ubuntu 24 terminal, I've been running a code that reads a sav file that contains some data, including an extrapolated magnetic field of a 400 x 400 pixels SDO magnetogram. I'm trying to plot the contour of specific values from such an extrapolated field over a corresponding radio map using alpha=0.20. 

But both the program and the IDL session are abruptly closed after returning the message "killed".

Can anyone help me? 

 

Abimael X. B. Amaro
Graduado em Física - Licenciatura (UFRN/CCET/DFTE),
Mestre em Ciências Climáticas (UFRN/CCET/PPgCC).
Doutorando em Geofísica Espacial (INPE)
Currículo Lattes: 
http://lattes.cnpq.br/6936532719331413
Fone/WhatsApp: +55 12 99185-4318

Andrew Cool

unread,
Mar 26, 2025, 8:07:43 PMMar 26
to idl-pvwave
The odds are that there's some dodgy data in your save file.

Can you start off with a simpler investigation of the save file data?

Print the MIN and MAX values? or

TV,  bytscl(SDO_data_array), or

PLOT,  SDO_data_array or

PLOT, histogram(SDO_data_array)

Or, put the data and code online somewhere for others to play with?

Being solar data in most unlikely to be at all relevant ;-)

Andrew

markus.sc...@gmail.com

unread,
Mar 27, 2025, 8:31:25 AMMar 27
to idl-pvwave
Is the  "killed"  message coming from IDL (which I never saw), or from the terminal? 
"killed"  sounds to me, as the process gets sent a SIGTERM or SIGKILL from outside the program. 
Any chance you try to assign too much memory and one of ROOT's cron jobs sends a SIGTERM? Or a sysadmin?

Reply all
Reply to author
Forward
0 new messages