Skip to content

Commit

Permalink
Added comment about stis option in example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsantos committed Jan 19, 2018
1 parent d0af2ed commit 4ef13ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"import matplotlib.pyplot as plt\n",
"import astropy.units as u\n",
"from astropy.time import Time\n",
"from sunburn import analysis, tools, hst_observation, spectroscopy\n",
"from sunburn import analysis, hst_observation, spectroscopy\n",
"%matplotlib inline"
]
},
Expand All @@ -48,7 +48,8 @@
],
"source": [
"datasets = ['ld9m10ujq', 'ld9m10uyq']\n",
"visit = hst_observation.Visit(datasets, instrument='cos', data_folder='../data/')"
"visit = hst_observation.Visit(datasets, instrument='cos', data_folder='../data/')\n",
"# There is also the 'stis' option for instrument"
]
},
{
Expand Down

0 comments on commit 4ef13ed

Please sign in to comment.