Closed b1quint closed 4 years ago
Apologies - I've been swamped and will try and get to this soon
Do not worry. Let me know if you need any help on testing anything or trying to get more information for debugging.
@b1quint have you tried this recently? I'm not seeing an issue with the following:
Not yet! I will give a try and report!
@sosey I am sorry for the delay! I tried this and it is now working fine! Thank you very much!
excellent! I've been crazy busy myself, thanks for reporting back :)
Dear all,
I am running
imexam
on a MacOS 10.14.5 using the following setup:conda 4.7.10
python 3.6.8
ds9 8.0.1
imexam 0.8.1
I run the following code and everything seems fine:
When pressing a key on DS9 to start analysing the image (e.g.
a
orr
), I get an error. The traceback is attached. imexam_traceback.txtThe traceback tells that XPA is expecting the cursor position as an integer value but is receiving a float. Based on some discussions on Slack, it seems that there is an incompatibility between DS9 and
imexam
versions (or XPA version?).I installed DS9 v7.4 and everything works fine.