pyradi
pyradi copied to clipboard
ryptw > getPTWFrames
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