NelisW / pyradi

a Python toolkit to perform optical and infrared computational radiometry
http://nelisw.github.io/pyradi-docs/_build/html/index.html
MIT License
58 stars 34 forks source link

modtran tape7 reader - column header concatenation #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current version of the tape7 reader uses the column's text in the first 
column header to identify required columns. For some tape7 files, the column 
header has two lines and the text in both lines is required to uniquely 
identify the appropriate column.

Please provide the functionality and document.

Original issue reported on code.google.com by neliswil...@gmail.com on 26 Aug 2012 at 9:14

GoogleCodeExporter commented 9 years ago
This functionality is implemented in the current reader software (see 
rymodtran.py).

Original comment by neliswil...@gmail.com on 28 Aug 2013 at 5:14