We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Name: beam option
module: fan.py
package: plotting
Adding an option to plot a single beam in a fan plot, by giving beam value to fan plot call.
What will the feature do? Plot single beam.
What will the feature not do? Any other changes to fan plots.
Some users like to have or emphasize a single beam, this will allow users to plot (outline maybe too?) a single beam in a fan plot.
fanplot = pydarn.Fan.plot_fan(fitacf_data, scan_index=27, beam=7)
The text was updated successfully, but these errors were encountered:
carleyjmartin
Successfully merging a pull request may close this issue.
New Feature
Name: beam option
module: fan.py
package: plotting
Scope
Adding an option to plot a single beam in a fan plot, by giving beam value to fan plot call.
What will the feature do?
Plot single beam.
What will the feature not do?
Any other changes to fan plots.
Description
Some users like to have or emphasize a single beam, this will allow users to plot (outline maybe too?) a single beam in a fan plot.
pyDARN Checklist
User Interface
fanplot = pydarn.Fan.plot_fan(fitacf_data, scan_index=27, beam=7)
The text was updated successfully, but these errors were encountered: