SuperDARN / pydarn

Python library for visualizing SuperDARN Data
GNU Lesser General Public License v3.0
31 stars 11 forks source link

New Feature: Ray Tracing Calculation and Plotting #325

Closed carleyjmartin closed 11 months ago

carleyjmartin commented 1 year ago

New Feature

Name: ray tracing

module: ray_tracing.py

package: plotting/utils

Scope

This will be a large project for us, I had started working on this for our groups use last year, but did not finish as it's surprisingly large and will likely be a series of pull requests. This can include the code to calculate ray tracing in utils and then create plots associated with ray tracing. I will expand on this comment soon with some more information about what people want, I'm just adding it here now as it was requested by a PI and other users previously. You can check out the general idea of this on the VT website: http://vt.superdarn.org/tiki-index.php?page=Ray-tracing

pyDARN Checklist

bharatreddy commented 1 year ago

@carleyjmartin: I spent time on this (Sebastien's ray-tracing implementation, the one you refer to on our website). We can discuss this in the next meeting.

hiyadutuje commented 1 year ago

This is a good idea!

carleyjmartin commented 11 months ago

This is currently being developed as a pydarn plug-in as it will require some additional install instructions beyond basic pydarn, for more info you will be able to find this on the plugs ins repo https://github.com/SuperDARN/pydarn_plugins when it is developed further. For now I will close this issue, any questions comments and testing about this feature can be opened on the plug-in repo, thanks!