Skip to content

Commit

Permalink
Merge pull request #24 from natashabatalha/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
natashabatalha authored Nov 2, 2020
2 parents 0737df3 + 4f16774 commit fa65d30
Show file tree
Hide file tree
Showing 23 changed files with 457,758 additions and 3,872 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ dist/

# Mac files
*.DS_Store

*__pycache__/
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
History
-------

2.1 (2020-11-02)
~~~~~~~~~~~~~~~~~~

* Transit Spectroscopy added
* Transit spectroscopy tutorial
* FAQ notebook
* Minor bug fixes/improvements

2.0.1 (2020-07-21)
~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0'
release = '2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
17 changes: 4 additions & 13 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,15 @@
</div>
<br/><br/>

``picaso`` enables the computation of reflected light spectroscopy. Check out the use cases below to determine if ``picaso`` is the right tool for your science.
``picaso`` enables the computation of exoplanet and brown dwarf spectroscopy in transmission, emission or reflected light. Check out the use cases below to determine if ``picaso`` is the right tool for your science.

Use Cases
=========
Just a Few Example Use Cases
============================

.. raw:: html

<div align="center">
<img src="_images/planettype.png" width="300px">
</img>
<img src="_images/refem.png" width="300px">
</img>
<br/>
</div>
<br/><br/>

<div align="center">
<img src="_images/multiphase.png" width="600px">
<img src="_images/usecases.png" width="700px">
</img>
<br/>
</div>
Expand Down
45 changes: 34 additions & 11 deletions docs/notebooks/1_GetStarted.ipynb

Large diffs are not rendered by default.

924 changes: 924 additions & 0 deletions docs/notebooks/5_AddingTransitSpectrum.ipynb

Large diffs are not rendered by default.

1,045 changes: 1,045 additions & 0 deletions docs/notebooks/FAQs.ipynb

Large diffs are not rendered by default.

18 changes: 12 additions & 6 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Tutorials
=========

Basics Reflected Light
----------------------
Basics of Reflected Light
-------------------------

.. toctree::
:maxdepth: 2
Expand All @@ -12,6 +12,13 @@ Basics Reflected Light
Adding Surface Reflectivity </notebooks/3_AddingSurfaceReflectivity.ipynb>
Plot Diagnostics </notebooks/4_PlotDiagnostics.ipynb>

Basics of Transmisison
----------------------

.. toctree::
:maxdepth: 2

Transmission Spectroscopy Exoplanets </notebooks/5_AddingTransitSpectrum.ipynb>

Basics of Thermal Emission
--------------------------
Expand Down Expand Up @@ -48,11 +55,10 @@ Opacities & Approximatons
Investigating Approximations </notebooks/10_AnalyzingApproximations.ipynb>
SQLITE Tutorial </notebooks/11_Sqlite3Tutorial.ipynb>


Retrievals (tutorials coming soon)
----------------------------------
Miscellaneous
-------------

.. toctree::
:maxdepth: 2

Retrievals </notebooks/9_Retrievals.ipynb>
FAQs </notebooks/FAQs.ipynb>
Binary file added docs/usecases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fa65d30

Please sign in to comment.