-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to add auroral boundaries over LBHS plot #14
Comments
If you know the coordinates of an auroral oval boundary, you may overlay the boundary as a line, e.g.: coords = {'lat': np.ones((50,))*50., 'lon': np.linspace(0, 49, 50), 'height': 110.}
cs = 'GEO'
panel.overlay_line(coords=coords, cs=cs, ANY_KEYWORDS_IN_MPL_PLOT) |
thank you for your quick reply, I think this will work, but I am wondering, in PS.APL_V0105S027CB0006_SC.U_DI.A_GP.F18-SSUSI_PA.APL-EDR-AURORA_DD.20230423_SN.069699-00_DF.nc file has many variables but only following variables are loaded 1. DATETIME |
Sorry, the package supports only the 2-D emissions in SSUSI EDR_AUR data. The loading for the auroral oval boundary locations and other parameters has not been implemented. |
I am just trying to figure put How to add aurora boundaries over LBHS plot. Any assistance will be appreciated.
The text was updated successfully, but these errors were encountered: