Skip to content

Commit

Permalink
documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Jul 5, 2019
1 parent 10926b5 commit c596447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified docs/_images/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here you find a first example to get an impression of what a typical workflow wi
# add the AMES-Dusty atmospheric models
database.add_model(model='ames-dusty',
wavelength=(0.5, 6.),
wavelength=(0.1, 6.),
teff=(2500., 3500.),
specres=1000.)
Expand All @@ -26,7 +26,7 @@ Here you find a first example to get an impression of what a typical workflow wi
# create an object for reading model spectra
readmodel = species.ReadModel(model='ames-dusty',
wavelength=(0.5, 6.0))
wavelength=(0.1, 6.0))
# interpolate the grid of spectra
modelbox = readmodel.get_model(model_par={'teff': 3000.,
Expand All @@ -44,7 +44,7 @@ Here you find a first example to get an impression of what a typical workflow wi
filters=objectbox.filter,
colors=('black', ('tomato', )),
offset=(-0.08, -0.07),
xlim=(1., 5.5),
xlim=(0.2, 5.5),
ylim=(0., 4.8e-14),
legend='upper right',
output='spectrum.pdf')
Expand Down

0 comments on commit c596447

Please sign in to comment.