dustmaps
dustmaps copied to clipboard
A uniform interface for a number of 2D and 3D maps of interstellar dust reddening/extinction.
We get the following intermittent error. ``` Server Error: Service Unavailable for url: https://dataverse.harvard.edu/api/datasets/:persistentId?persistentId=doi:10.7910/DVN/EWCNL5 ``` Could we trap this error, and retry after 1+2+3 second delay?
Adds a module to query https://ui.adsabs.harvard.edu/abs/2022A%26A...661A.147L/abstract In the future it might be nice to also have support for other works in this series (e.g. Stilism), but this at least add...
Installation fails due to the dependency of healpy on cfitsio. There's an issue on the healpy github about this that has been open since 2012, so a fix seems unlikely...
It seems to work fine. So the mwdust map and the here implemented map give the same results for the points queried, but the interpolation gives different results for other...
When I install `dustmaps` and try to run `python setup.py fetch --map-name=leikeensslin2019` There is an import error. I currently have `progressbar` installed, but `dustmaps` requires `progressbar2`. These both get imported...
I removed the redundant code.
This PR allows users to query the SFD bitmask as well as all other SFD style data products stored on the Harvard Dataverse under the same DOI. The bitmask is...
Some institutions, including the [LINCC Frameworks team](https://lsstdiscoveryalliance.org/programs/lincc-frameworks/) that I'm working with, have strict policies about the licenses of the dependency packages in use. I kindly ask that the project applies...
I am trying to download one of the dust maps and encounter the following error, regardless of whether I try to download the map via pip [ eg. `dustmaps.bayestar.fetch()` ]...
I'm building a python package which include ```BayestarWebQuery``` to compute extinction based on ```dustmaps```. Since some days ago, it is not longer working. I suspect it is due to a...