-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
[GSoC] Velocity Packet Tracker Visualisation: First Objective #2539
[GSoC] Velocity Packet Tracker Visualisation: First Objective #2539
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@andrewfullard @jamesgillanders Please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting first objective @sarthak-dv
It's mostly looking good. It's great you caught a bug in the process and fixed it - now that your PR is merged, you can rebase this one.
It'll be also nice to see the plots in plotly since our tools use both matplotlib and plotly.
d7e1ece
to
ee98d1e
Compare
Print ion interaction count as a dataframe before plotting
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2539 +/- ##
=======================================
Coverage 68.18% 68.18%
=======================================
Files 168 168
Lines 14219 14219
=======================================
Hits 9695 9695
Misses 4524 4524 ☔ View full report in Codecov by Sentry. |
2635656
to
1046e5a
Compare
Thanks for the detailed review. I have made the changes acordingly (Added legend, plots in Plotly, printed the dataframes) Thanks again! |
Hi Sarthak, looks good! Consider folding my comments above into the next iteration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my recommended amendments from my attached comments
- Convert velocities to km/s
Thanks for the review @jamesgillanders ! I have updated the plots with the following changes:
Since NBViewer doesn't render the Plotly plots, attaching screenshots for them here: |
📝 Description
Type: 🌞
GSoC
Solution to the first objective for the GSoC'24 project "Velocity Packet Tracker Visualisation". The Jupyter notebook contains the following tasks:
📌 Resources
GSoC'24 Page
TARDIS GSoC'24 Ideas Page
🚦 Testing
How did you test these changes?
☑️ Checklist