astronomy
Here are 2,303 public repositories matching this topic...
-
Updated
Jun 24, 2022 - C++
-
Updated
Nov 19, 2020 - Jupyter Notebook
Describe the feature
The STEREO webpage has a handy figure showing where STEREO and other spacecraft are: https://stereo-ssc.nascom.nasa.gov/where.shtml . Given the existing examples in the SunPy gallery it seems that this should be reproducible using SunPy.
Proposed solution
The solution would use a mix of existing examples that use the ability to get locations of spacecraft and planet
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Jun 24, 2022 - Python
-
Updated
Jun 10, 2022 - Python
If a loop is in progress, set with scriptScheduler.loadScheduledScript(), then the "now" button in the time manager part of the GUI doesn't have expected behavior because the time immediately gets set back to whatever the loop says.
An easy fix would maybe be to call openspace.scriptScheduler.clear();
before openspace.time.setTime("now") on the button click
-
Updated
Jun 24, 2022 - C++
-
Updated
Jun 25, 2022 - Python
-
Updated
Jun 24, 2022 - Python
We could look into using the diskcache
package to cache MAST search operations:
https://pypi.org/project/diskcache/
The package is a disk-based key-value store which makes it easy to specify an expiration time for each entry. This would allow us to e.g. cache search queries for 24 hours, which would significantly speed up searches across different Python processes, whilst largely avoiding
-
Updated
Jun 3, 2022
-
Updated
Jun 25, 2022 - Python
-
Updated
Mar 15, 2022 - Jupyter Notebook
-
Updated
Nov 19, 2020 - Jupyter Notebook
-
Updated
Jun 24, 2022 - Python
-
Updated
Apr 13, 2021 - Jupyter Notebook
-
Updated
Oct 25, 2017 - Python
-
Updated
Jun 24, 2022 - Java
-
Updated
Jun 24, 2022 - Python
-
Updated
Jun 22, 2022 - Python
-
Updated
Jun 20, 2022 - C++
-
Updated
Jun 24, 2022 - Jupyter Notebook
Improve this page
Add a description, image, and links to the astronomy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the astronomy topic, visit your repo's landing page and select "manage topics."
Description
As discussed in #1834 the Qt-based interface allows using the tab key to switch between GUI element