Skip to content
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

Display parsed simulation status #47

Closed
Zehvogel opened this issue Jun 27, 2024 · 2 comments · Fixed by #59
Closed

Display parsed simulation status #47

Zehvogel opened this issue Jun 27, 2024 · 2 comments · Fixed by #59
Labels
enhancement New feature or request

Comments

@Zehvogel
Copy link
Contributor

At the moment the simulation status is displayed as a number e.g.

image

which is not very useful as the simulation status is a bit-field. It would be much more useful to list the set states (Overlay, Simulation, etc.). If that takes to much space then maybe show them on mouse-over or smth like that.

@Zehvogel Zehvogel added the enhancement New feature or request label Jun 27, 2024
@Zehvogel
Copy link
Contributor Author

I would even be happy with just a comma separated list of the indices of the set bits e.g.: simstat: 1, 3, 8

@brauliorivas brauliorivas linked a pull request Jul 14, 2024 that will close this issue
@brauliorivas
Copy link
Member

which is not very useful as the simulation status is a bit-field. It would be much more useful to list the set states (Overlay, Simulation, etc.). If that takes to much space then maybe show them on mouse-over or smth like that.

Hi @Zehvogel, #59 is about showing more information about any object when mouse over. So, in this commit, it is also showing the SimulationStatus from the MCParticle. It will show the state according to this file, and in case the value isn't in the file, the number is shown instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants