https://github.com/adrn/sfd
Schlegel, Finkbeiner, David dust maps in Python.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.9%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Schlegel, Finkbeiner, David dust maps in Python.
Basic Info
Statistics
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
- Releases: 0
Created over 10 years ago
· Last pushed about 6 years ago
Metadata Files
Readme
License
README.md
SFD
Schlegel, Finkbeiner, David dust maps.
Installation
The dust map data is stored in this repository using git-lfs. Clone the repository and install using
python setup.py install
Dependencies
This requires scipy, astropy, and numpy. Install with
conda install numpy, scipy, astropy
or
pip install -r pip-requirements.txt
from the top-level of the cloned repository
Usage
import astropy.units as u
import astropy.coordinates as coord
from sfd import ebv, reddening
c = coord.SkyCoord(ra=[154.12, 11.1]*u.degree,
dec=[-21.63,31.65]*u.degree)
EBV = ebv(c)
# or
reddening = reddening(c, survey='PS1', filters='gri')
Coefficients
Pan-STARRS from Schlafly et al. 2011
Others from https://arxiv.org/abs/1301.1427
Owner
- Name: Adrian Price-Whelan
- Login: adrn
- Kind: user
- Location: NYC
- Company: Flatiron Institute
- Website: adrian.pw
- Repositories: 124
- Profile: https://github.com/adrn
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Adrian Price-Whelan | a****w@g****m | 18 |
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- tddesjardins (1)