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

DOC: Update example images in README #27

Open
KCollins opened this issue May 28, 2024 · 2 comments
Open

DOC: Update example images in README #27

KCollins opened this issue May 28, 2024 · 2 comments
Milestone

Comments

@KCollins
Copy link
Owner

...and figure out if there's a way to embed them in pypi description.

@KCollins
Copy link
Owner Author

KCollins commented Jul 23, 2024

Possible default date: See Fig 2b of https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2019SW002427 for good examples of IP shocks. (cite!)

@KCollins
Copy link
Owner Author

KCollins commented Sep 9, 2024

Example code with events for magfig():

import datetime
events      = [{'datetime':datetime.datetime(2016, 6, 23, 20, 46, 33),'label':'Northern Jet'}]
events += [{'datetime': datetime.datetime(2016, 6, 23, 23, 21, 54),'label': 'Equatorial Jet'}]
# magfig(parameter='Bx', start=datetime.datetime(2016, 6, 23, 20, 15), end=datetime.datetime(2016, 6, 23, 21, 46), maglist_a=['upn', 'umq', 'gdh', 'atu', 'skt', 'ghb'], maglist_b=['pg0', 'pg1', 'pg2', 'pg3', 'pg4', 'pg5'], is_displayed=False, is_saved=True, events=events, event_fontdict={'size': 20, 'weight': 'bold'})
magfig(parameter='Bx', start=datetime.datetime(2016, 6, 23, 20, 15), end=datetime.datetime(2016, 6, 24, 0, 30), maglist_a=['upn', 'umq', 'gdh', 'atu', 'skt', 'ghb'], maglist_b=['pg0', 'pg1', 'pg2', 'pg3', 'pg4', 'pg5'], is_displayed=False, is_saved=True, events=events, event_fontdict={'size': 20, 'weight': 'bold'})
magfig(parameter='By', start=datetime.datetime(2016, 6, 23, 20, 15), end=datetime.datetime(2016, 6, 24, 0, 30), maglist_a=['upn', 'umq', 'gdh', 'atu', 'skt', 'ghb'], maglist_b=['pg0', 'pg1', 'pg2', 'pg3', 'pg4', 'pg5'], is_displayed=False, is_saved=True, events=events, event_fontdict={'size': 20, 'weight': 'bold'})
magfig(parameter='Bz', start=datetime.datetime(2016, 6, 23, 20, 15), end=datetime.datetime(2016, 6, 24, 0, 30), maglist_a=['upn', 'umq', 'gdh', 'atu', 'skt', 'ghb'], maglist_b=['pg0', 'pg1', 'pg2', 'pg3', 'pg4', 'pg5'], is_displayed=False, is_saved=True, events=events, event_fontdict={'size': 20, 'weight': 'bold'})

@KCollins KCollins added this to the v0.1.6 milestone Sep 27, 2024
KCollins added a commit that referenced this issue Nov 26, 2024
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

1 participant