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

December 2021 Update #8

Merged
merged 30 commits into from
Dec 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4de8d79
introduced URL queries
jgieseler Oct 11, 2021
3df4438
update reference input widgets to number_input
jgieseler Oct 11, 2021
9ff0a33
redefined body selection + url query parameters
jgieseler Oct 19, 2021
75b4c4f
removed pyshorteners option
jgieseler Oct 19, 2021
9a2daaf
bugfixes
jgieseler Oct 19, 2021
a6be574
bugfix in query param plot_reference
jgieseler Oct 20, 2021
5bb7d08
bugfix in single query params
jgieseler Oct 20, 2021
06f6da9
nitpicking
jgieseler Oct 20, 2021
f9497aa
Added 'L1' body
jgieseler Oct 22, 2021
8010c4d
testing session_state
jgieseler Oct 26, 2021
04a9d77
testing session_state
jgieseler Oct 26, 2021
1383b89
testing session_state
jgieseler Oct 26, 2021
f3ad078
testing session_state
jgieseler Oct 26, 2021
2d5bccf
trying to save params in session_state
jgieseler Oct 26, 2021
a9dd3b9
saving params in session_state
jgieseler Oct 26, 2021
1d376a4
trying pyshorteners
jgieseler Oct 26, 2021
095bb09
trying pyshorteners
jgieseler Oct 26, 2021
7b8358e
remove possible bug source
jgieseler Oct 26, 2021
8536bfd
added official download_button function (inactive)
jgieseler Nov 2, 2021
c6bc497
added plotting option "numbered markers"
jgieseler Nov 2, 2021
0c848c1
save body_list as 'key' to get working defaults
jgieseler Nov 2, 2021
8fa79ea
fixed bug in numbered_markers
jgieseler Nov 2, 2021
98e1c92
debugging
jgieseler Nov 2, 2021
e6ef101
fiddling with keys
jgieseler Nov 2, 2021
a7e4836
news info box updated
jgieseler Nov 2, 2021
f29eeef
added tstex_modules to gitignore
jgieseler Dec 13, 2021
3fdf313
replaced Earth-aligned coord. sys. with Stonyhurst
jgieseler Dec 13, 2021
6597a20
Dec 2021 update
jgieseler Dec 13, 2021
c9ce651
Dec 2021 update
jgieseler Dec 16, 2021
dedc827
Merge branch 'master' into testing
jgieseler Dec 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ __pycache__/
*.png
env/
.ipynb_checkpoints/
tstex_modules/
Loading