Skip to content

Commit

Permalink
doc [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 21, 2018
1 parent 840d191 commit 223bbc2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ If you don't already have Numpy, ``python -m pip install numpy`` and then::

Examples
========

In these examples, you can write to HDF5 with the ``-o`` option.
If you have unused (singleton) dimensions, use `.squeeze()` on the output array.

We present examples of:

* ground-to-space transmittance: ``TransmittanceGround2Space.py``
Expand Down Expand Up @@ -88,12 +92,6 @@ We present examples of:
:alt: "Lowtran7 Horizontal Path transmittance"
:scale: 25 %


In these examples, you can write to HDF5 with the ``-o`` option.


As usual, if you have unused dimesions, use `.squeeze()` on the output array.

Notes
=====
`LOWTRAN7 User manual <http://www.dtic.mil/dtic/tr/fulltext/u2/a206773.pdf>`_ -- you may refer to this to understand what parameters I've set to default. Currently I don't have any aerosols enabled for example, though it's trivial to add.
Expand Down

0 comments on commit 223bbc2

Please sign in to comment.