-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual filter - filter gates in radar stops working after a while #148
Comments
is there any error mensage in the terminal?. Have you tried reseting the select region? |
We will get back to you on this....trying to reproduce the problem so we can give more specific details. However, resetting the select region does not fix the problem. |
Can you also not download the latest updated until you get more info and try the same steps after updating your code base? This might help rule things out, or not. |
Ok. I think we have not updated the latest. When this error occurs, this is what it says in the terminal: |
So, I would guess that xdata is None. I'm not really sure what caused that, but I would test for it and quit the |
So that error is created when the one try to zoom outside the picture, we should fix that, but I don't thing this is the bug here. So apparent it is not showing any error, that make things difficult. |
I've noticed the same behavior in the past, but I'm not sure how to fix that. Nice video tutorial. I wonder if we could simply raise an Exception on a None return? |
@bdolan44 Could you pull the latest changes and ensure they work for you as well. |
She was able to recreate the problem again and Reset Tools did not seem to fix the problem. |
I could not recreate it, without more information there is not much I can do. I would need as much information as possible, really everything. |
Dang! We'll keep looking. |
We are still encountering this (occasionally). My student states: "I tried restarting Artview, clicking reset tools under toolbox, resetting my polygon, etc. etc., still won't filter out bad data. I'm not outside of the parts where I should be able to do this, either. Here's the error I'm getting: Traceback (most recent call last): I don't know if that's any more helpful.... |
this error looks a little more helpful than before, at least it is in the part of the code it should be. I will give it one more look. |
So, this appear to be a problem of the some what confusing / not well documented way numpy handle masked arrays. PR #160 may improve, but I'm not 100% sure. One extra thing that I could do: this error is in a loop of fields, so we could add a |
@bdolan44 I just accepted this fix from @gamaanderson |
We will try it out and report back. |
@bdolan44 Did this get resolved? |
After editing and unfolding a number of volumes, the "Manual Filter -Filter Gates in radar" button stops working. The fix is to exit out of Artview and restart.
The text was updated successfully, but these errors were encountered: