pyradi icon indicating copy to clipboard operation
pyradi copied to clipboard

ryptw > getPTWFrames

Open ikermonde opened this issue 5 years ago • 0 comments

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

ikermonde avatar Nov 19 '19 23:11 ikermonde