Skip to content

Commit

Permalink
scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 20, 2018
1 parent 43c9afd commit 15da025
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -30,6 +30,10 @@ The main LOWTRAN program has been made accessible from Python by using direct me
.. image:: gfx/lowtran.png
:alt: "Lowtran7 absorption"
:scale: 25 %

.. image:: gfx/txgnd2space.png
:alt: "Lowtran7 absorption"
:scale: 25 %

Install
=======
Expand Down
Binary file added gfx/txgnd2space.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
install_requires=['python-dateutil','numpy','xarray']
tests_require=['nose','coveralls']
tests_require=['pytest','nose','coveralls']
# %%
from setuptools import find_packages
from numpy.distutils.core import setup,Extension
Expand Down Expand Up @@ -29,4 +29,8 @@
extras_require={'plot':['matplotlib','seaborn'],
'tests':tests_require},
tests_require=tests_require,
scripts=['ScatterRadiance.py','SolarIrradiance.py','ThermalRadiance.py',
'TransmittanceGround2Space.py','UserDataHorizontalRadiance.py',
'UserDataHorizontalTransmittance.py','Wavelength2LowtranWavenumber.py',
]
)

0 comments on commit 15da025

Please sign in to comment.