The Wayback Machine - https://web.archive.org/web/20220626062536/https://github.com/topics/astronomy
Skip to content
#

astronomy

Here are 2,303 public repositories matching this topic...

wafels
wafels commented Jun 24, 2022

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

Feature Request Package Novice Priority Low Effort Low
ElonOlsson
ElonOlsson commented May 30, 2022

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

Type: Bug Component: UI good first issue Component: Interaction
lightkurve
barentsen
barentsen commented Jan 22, 2021

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

help wanted good first issue

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
  • Updated Jun 25, 2022
  • Python

Improve this page

Add a description, image, and links to the astronomy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the astronomy topic, visit your repo's landing page and select "manage topics."

Learn more