Hello Everyone
I am currently trying to process Palsar2 data processed from Gamma but got an error in load_data.py process. So the error message that I got is ValueError: cannot reshape array of size 633776 into shape (1542)". The problem seems to be related in geometry file, so I tried to do several testing. When I tried to test it without inputing the lookup table, and then the loading process is pass through. Why does this error appear?
Also, I tried to change the "mintpy.load.demFile" option between the dem and hgt_sim file, and when I tried each one of them, the result will be either geometryGeo or geometryRadar, not both of them. I check the load_data.py -H and it said that "mintpy.load.demFile" input is hgt_sim, but the example from Wells using dem input. Which one is the correct one?
I hope it can be answered. Thank you for the help.
Adiwijaya
I attach the error message and the configuration I use in smallbaselineApp template here