astronomy
Here are 1,870 public repositories matching this topic...
-
Updated
Jun 9, 2021 - C++
-
Updated
Nov 19, 2020 - Jupyter Notebook
-
Updated
Mar 8, 2020 - JavaScript
Description
As suggested from workshop, it would be nice to have the data units (e.g. cts, etc) printed on the .peek() histogram (pixel value plot) and maybe added to the colorbar of a map when plotted
or:
The units of a map are accessible via .unit. This is included in the peek colorbar, but not in the fancy html repr. It would be nice to include this too, maybe just as an additional
-
Updated
Jun 7, 2021 - Python
-
Updated
Jun 10, 2021 - C++
-
Updated
Jun 8, 2021 - Python
yt-project / yt
-
Updated
Jun 10, 2021 - 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
May 30, 2021 - C++
-
Updated
Jul 15, 2020
-
Updated
Nov 19, 2020 - Jupyter Notebook
-
Updated
Jun 10, 2021 - Jupyter Notebook
-
Updated
Jun 4, 2021 - Python
-
Updated
Oct 25, 2017 - Python
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 1, 2021 - C++
-
Updated
Jun 8, 2021 - Python
-
Updated
Apr 13, 2021 - Jupyter Notebook
-
Updated
Apr 26, 2020 - Jupyter Notebook
-
Updated
Feb 22, 2021
-
Updated
Jun 10, 2021 - Python
The python implementation of leapfrog does not make use of the fact that drifts can be combined when not storing output, causing it to be slower than necessary. Comparing to the C implementation, it also appears to not be as precise.
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."
Expected behavior
An bad unit argument in
u.format.fits.Fits.to_string()should raise aTypeError(or aValueErrorif the type is correct).Actual behavior
It raises an
UnboundLocalErrorSteps to Reproduce
gives