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

How to add auroral boundaries over LBHS plot #14

Open
ankushbhaskar opened this issue Aug 8, 2024 · 3 comments
Open

How to add auroral boundaries over LBHS plot #14

ankushbhaskar opened this issue Aug 8, 2024 · 3 comments

Comments

@ankushbhaskar
Copy link

I am just trying to figure put How to add aurora boundaries over LBHS plot. Any assistance will be appreciated.

@JouleCai
Copy link
Owner

JouleCai commented Aug 9, 2024

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)

@ankushbhaskar
Copy link
Author

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
2 STARTING_TIME
3 STOPPING_TIME
4 GRID_MLAT
5 GRID_MLON
6 GRID_MLT
7 GRID_UT
8 GRID_AUR_1216
9 GRID_AUR_1304
10 GRID_AUR_1356
11 GRID_AUR_LBHS
12 GRID_AUR_LBHL , is there anything missing so I am not able to see all variables. I could not find 'NORTH_GEOGRAPHIC_LATITUDE' variable in above list.

@JouleCai
Copy link
Owner

JouleCai commented Aug 13, 2024

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.

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

No branches or pull requests

2 participants