Skip to content

astrocaroline/opacity-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opacity Wizard

This tool was developed to allow for easy and fast visualizations of opacity and abundance data for exoplanet and brown dwarf atmospheres. In particular it was designed to be used by observers studying those substellar objects as an easy way of exploring which molecules are most important for a given planet and predict where the absorption features of those molecules will be. It is simple to use for non-python experts and requires only a python installation, numpy and matplotlib, and IPython 2. Instructions for installing IPython 2 can be found here. NOTE: IPython had a major recent upgrade to IPython 3 (Jupyter). It is NOT backwards compatible with IPython 2 notebooks. In particular, all of the Widgets have changed names and syntaxes. At some point I'd like to release an IPython 3 version, but right now one is not available. I believe the only option is to deprecate your version of IPython.

A preview of the notebook (without the interactive widgets!) can be seen here.

After installing IPython 2 and cloning this repository (from a terminal, type "git clone https://github.com/astrocaroline/opacity-wizard" or just download using the "Download ZIP" button in the corner of this page), run the notebook from a terminal window in the cloned directory by typing

ipython notebook

at the command line, which will open a browser. Click on the notebook (Opacity Wizard.ipynb) to run and follow the instructions in the notebook. Just like Mathematica, you type "shift enter" to execute the three cells containing code.

Instructions for acknowledgments/citations are found at the bottom of the notebook. DOI

Enjoy! Caroline