Skip to content
#

astronomy

Here are 1,607 public repositories matching this topic...

mhvk
mhvk commented Sep 25, 2020

Currently, most units are defined in si.py, cgs.py, and astrophys.py. As noted by @adrn in astropy/astropy#10586 (comment), the latter has become a bit of a miscellaneous bunch, including units that are not particular to astronomy at all. It would make sense to move those to a new misc.py. Indeed, some are sufficiently obscure that it might be an idea to allo

goedible
goedible commented Oct 6, 2020

Hi. I can imagine calendar options that would allow people to try different types of calendars. For example with lunar calendars like the Chinese, Vietnamese, Hindu, and Thai calendars.
I see this a powerful aid in teaching the importance of calendars and how they can help us relate to cosmic influences.
By the way... stellar work so far!

dstansby
dstansby commented Oct 5, 2020

Lots of sunpy/map/maputils.py assumes that a helioprojective map is being passed. Therefore, if (e.g.) a synoptic map is passed into lots of those functions, I suspect there will be lots of unhelpful errors. We should

  • Create a helper function is_helioprojective_map that returns True if a map is helioprojective, False otherwise
  • Use this check in maputil functions
  • Raise a user-f
lightkurve
barentsen
barentsen commented May 21, 2020

Problem

Lightkurve has a lot of unit tests which access the data archive at MAST. This causes a number of problems:

  • our tests are slow;
  • many of our tests require internet access;
  • tests sometimes fail due to intermittent issues at MAST rather than Lightkurve issues;
  • we add an unnecessary load on MAST's services.

Current workaround

We have flagged the tests which require inte

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

You can’t perform that action at this time.