-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
GUI does not work with current TARDIS version #690
Comments
@unoebauer I would like to work on this, could you give me a few pointers to start with |
@vedantrathore I would suggest you stick to one topic and move to a new one - once you have solved it. |
Ok sure @wkerzendorf |
@wkerzendorf @unoebauer I have submitted a PR #691 on this issue. Can you look into it. |
I would like to ask if there has been any progress made in this issue? |
Sorry to be late to the party. The information is still available but might be stored at different locations now. I'm not familiar with the GUI, so I can't help you there. I haven't tested PR #691 but from the conversation it looks like the result is working and there were only some issues with the naming convention preventing a merge into master. If you have more specific questions or this approach did not work, feel free to ask away :) |
@yeganer Thanks for the reply! I changed the two lines mentioned in PR #691 and the error message about the unknown 't_rad' parameter disappeared! Now I get an other error message about 'iterations_max_requested' (according the comment of @deep110 in PR #691). After fixing that, I got a third one. |
@pfreddy Let's continue this here. I believe #691 was done by a GSoC applicant and won't be continued. As I wrote in #691, I'm busy right now and won't have the time to fix the GUI myself. However I can help you fix it if you have questions as I'm very familiar with the code and the data structures. After looking at the code I noticed that That's it for now, if you have specific questions, especially where to find some data in the restructured model, feel free to ask here or in our gitter. |
@yeganer Thanks for the detailed description! |
@pfreddy - to get detailed information about specific line features, you don't necessarily need the GUI. All the information can be extracted interactively from the simulation object in an ipython session with a bit of boolean logic and re-indexing. You may want to have a look at the |
@unoebauer @pfreddy You should have a look at #720 |
@unoebauer @yeganer Almost works, but the information about the last interactions still unavailable. The traceback is copied to #720. |
@unoebauer I also checked the tardis_kromer_plot.py scipt. It might be a dumb question, but how/where should "compile Tardis" with the '' --with-vpacket-logging '' flag? |
@pfreddy - this is only necessary, if you want to diagnose the virtual packet spectrum. You are interested in stuff like:
which you then use to query the line list BTW: - the with-vpacket-logging flag would be used when building tardis, i.e.
|
@unoebauer Great, this is something I can use. Thank you! Although, there is an other issue about GUI. I reinstalled the whole TARDIS with anaconda, but the recommended pyside package cannot be found (conda install pyside=1.2.1). It seems like to me that PyQt4 is no longer available with conda. However, interface.py and widgets.py do not work with PyQt5 - right? I tried to apply qt5 and rewrite the *.py files, but still without result. |
If #765 merged, this can likely be closed. |
Since the GUI was originally designed to work with a
model
object but since TARDIS now returns a simulation object, it can't start but crashes with the following Error message:Note: this is a GSoC 2017 project related issue
The text was updated successfully, but these errors were encountered: