lofar-astron / factor

Facet calibration for LOFAR
http://www.astron.nl/citt/facet-doc
GNU General Public License v2.0
19 stars 12 forks source link

Keyboard Interrupt detected.... #218

Open amisk opened 6 years ago

amisk commented 6 years ago

Hi, I am running factor, and now it happened twice in a row.

Caught an (Keyboard-)Interrupt, stopping all pipelines. I was running factor in a SCREEN terminal all the time, and I have definitely NOT pressed ctrl+C. So... what's up with that??

amisk commented 6 years ago

Ok, according to the log of the facet it is the same problem I submitted in the PyBDSF git issues ... It tries to get sources, and when PyBDSF checks for overlapping islands it crashes with

Usingoa_ndim == 0whenop_axesis NULL. Useoa_ndim == -1or the MultiNew iterator for NumPy <1.8 compatibility This facet even has the strongest calibrator in the field. But two other facets did work... very strange.

Is it possible to change the PyBDSF parameters that factor uses? Because I found, that if it searches for sources using a gaussian fit instead of wavelets it does not crash.

amisk commented 6 years ago

Issue can be closed. I had to update a module which PyBDFS uses.