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

ryptw > getPTWFrames #20

Open ikermonde opened 4 years ago

ikermonde commented 4 years ago

Hi, Thanks for putting this repository together, I only found it yesterday and it is extremely useful. I think there is a small error in the ryptw.py file in line 772. The return line for def getPTWFrames needs to switch the rows and cols positions in the reshape command. This is the correct format: return data.reshape(len(loadFrames), cols, rows), fheaders