Skip to content

Commit

Permalink
Added environment.yml for running the tutorials on binder, added magn…
Browse files Browse the repository at this point in the history
…itudes for HD 13724 B to companions dictionary
  • Loading branch information
tomasstolker committed Mar 27, 2021
1 parent 09bf314 commit 962fba9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
.. image:: https://img.shields.io/github/license/tomasstolker/species
:target: https://github.com/tomasstolker/species/blob/master/LICENSE

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/tomasstolker/species/HEAD

*species* is a toolkit for atmospheric characterization of directly imaged exoplanets. It provides a coherent framework for spectral and photometric analysis which builds on publicly-available data and models from various resources. There are tools available for both grid retrievals and free retrievals with Bayesian inference, color-magnitude and color-color diagrams, empirical spectral analysis, spectral and photometric calibration, and synthetic photometry. The package has been released on `PyPI <https://pypi.org/project/species/>`_ and is actively developed and maintained on Github.

Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Tutorials
=========

This page contains a list of tutorials which highlight some of the functionalities of `species`. These examples are also available as `Jupyter notebook <https://github.com/tomasstolker/species/tree/master/docs/tutorials>`_. Please `create an issue <https://github.com/tomasstolker/species/issues>`_ if you encounter any problems with the tutorials.
This page contains a list of tutorials which highlight some of the functionalities of `species`. The tutorials can be executed on Binder in an `interactive environment <https://mybinder.org/v2/gh/tomasstolker/species/HEAD>`_ or they can be downloaded as `Jupyter notebook <https://github.com/tomasstolker/species/tree/master/docs/tutorials>`_. Please `create an issue <https://github.com/tomasstolker/species/issues>`_ if you encounter any problems with the tutorials.

.. tip::
Details on the various classes, functions, and parameters can be found in the `API documentation <https://species.readthedocs.io/en/latest/modules.html>`_.
Expand Down
11 changes: 11 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: notebook
channels:
- conda-forge
dependencies:
- python=3.7
- pip
- ipython=7.10
- cython
- pip:
- -r file:requirements.txt
- species
12 changes: 10 additions & 2 deletions species/data/companions.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,15 @@ def get_data() -> Dict[str, Dict[str, Union[Tuple[float, float],
'Paranal/SPHERE.IRDIS_D_K12_2': (13.45, 0.19), # Cheetham et al. 2018
'Paranal/NACO.Lp': (13.09, 0.17)}}, # Cheetham et al. 2018

'TYC 8988 b': {'distance': (94.6, 0.3),
'HD 13724 B': {'distance': (43.45, 0.03),
'app_mag': {'Paranal/SPHERE.IRDIS_D_J23_2': (17.09, 0.16), # Rickman et al. 2020
'Paranal/SPHERE.IRDIS_D_J23_3': (17.82, 0.32), # Rickman et al. 2020
'Paranal/SPHERE.IRDIS_D_H23_2': (18.23, 0.40), # Rickman et al. 2020
'Paranal/SPHERE.IRDIS_D_H23_3': (17.10, 0.05), # Rickman et al. 2020
'Paranal/SPHERE.IRDIS_D_K12_1': (16.67, 0.18), # Rickman et al. 2020
'Paranal/SPHERE.IRDIS_D_K12_2': (17.48, 0.46)}}, # Rickman et al. 2020

'TYC 8988 B': {'distance': (94.6, 0.3),
'app_mag': {'Paranal/SPHERE.IRDIS_D_Y23_2': (17.03, 0.21), # Bohn et al. 2019
'Paranal/SPHERE.IRDIS_D_Y23_3': (16.67, 0.16), # Bohn et al. 2019
'Paranal/SPHERE.IRDIS_D_J23_2': (16.27, 0.08), # Bohn et al. 2019
Expand All @@ -270,7 +278,7 @@ def get_data() -> Dict[str, Dict[str, Union[Tuple[float, float],
'Paranal/NACO.Lp': (13.30, 0.08), # Bohn et al. 2019
'Paranal/NACO.Mp': (13.08, 0.20)}}, # Bohn et al. 2019

'TYC 8988 c': {'distance': (94.6, 0.3),
'TYC 8988 C': {'distance': (94.6, 0.3),
'app_mag': {'Paranal/SPHERE.IRDIS_D_Y23_3': (22.37, 0.31), # Bohn et al. 2020
'Paranal/SPHERE.IRDIS_D_J23_2': (21.81, 0.22), # Bohn et al. 2020
'Paranal/SPHERE.IRDIS_D_J23_3': (21.17, 0.15), # Bohn et al. 2020
Expand Down

0 comments on commit 962fba9

Please sign in to comment.