Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregreen committed May 8, 2019
2 parents c8f571a + 229ec13 commit 99e916a
Show file tree
Hide file tree
Showing 13 changed files with 1,013 additions and 166 deletions.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ The currently supported dust maps are:

1. Burstein & Heiles (1982; BH'82)
2. Chen et al. (2014)
3. Green, Schlafly, Finbeiner et al. (2015,2018; Bayestar)
3. Green, Schlafly, Finbeiner et al. (2015,2018,2019; Bayestar)
4. Marshall et al. (2006)
5. Planck Collaboration (2013)
6. Sale et al. (2014; IPHAS)
7. Schlegel, Finkbeiner & Davis (1998; SFD'98)
8. Lenz, Hensley & Doré (2017)
8. Peek & Graves (2010)
9. Peek & Graves (2010)
10. Leike & Enßlin (2019)

To request addition of another dust map in this package, [file an issue on
GitHub](https://github.com/gregreen/dustmaps/issues), or submit a pull request.
Expand All @@ -46,7 +47,8 @@ To fetch the data for the SFD dust map, run:
python setup.py fetch --map-name=sfd

You can download the other dust maps by changing "sfd" to "planck", "bayestar",
"iphas", "marshall", "chen2014", "lenz2017", "pg2010" or "bh".
"iphas", "marshall", "chen2014", "lenz2017", "pg2010", "leikeensslin2019"
or "bh".

Alternatively, if you have used `pip` to install `dustmaps`, then you can
configure the data directory and download the data by opening up a python
Expand Down Expand Up @@ -78,6 +80,9 @@ interpreter and running:
>>>
>>> import dustmaps.pg2010
>>> dustmaps.pg2010.fetch()
>>>
>>> import dustmaps.leike_ensslin_2019
>>> dustmaps.leike_ensslin_2019.fetch()


Querying the Maps
Expand Down Expand Up @@ -122,7 +127,22 @@ Read the full documentation at http://dustmaps.readthedocs.io/en/latest/.
Citation
--------

If you make use of this software in a publication, please cite [Green (2018) in The Journal of Open Source Software](https://doi.org/10.21105/joss.00695).
If you make use of this software in a publication, please cite
[Green (2018) in The Journal of Open Source Software](https://doi.org/10.21105/joss.00695):

@ARTICLE{2018JOSS....3..695M,
author = {{M. Green}, Gregory},
title = "{dustmaps: A Python interface for maps of interstellar dust}",
journal = {The Journal of Open Source Software},
year = "2018",
month = "Jun",
volume = {3},
number = {26},
pages = {695},
doi = {10.21105/joss.00695},
adsurl = {https://ui.adsabs.harvard.edu/abs/2018JOSS....3..695M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}


Development
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = u'v1.0'
# The full version, including alpha/beta/rc tags.
release = u'v1.0.3'
release = u'v1.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading

0 comments on commit 99e916a

Please sign in to comment.