Replies: 4 comments
-
👋 Thanks for opening your first issue here! Please filled out the template with as much details as possible. We appreciate that you took the time to contribute! |
Beta Was this translation helpful? Give feedback.
-
Please follow the bug report template and fill in all the info there for better diagnosis. |
Beta Was this translation helpful? Give feedback.
-
name: Bug report Description of the problem The smallbaselineApp.py throws a value error due to different dimensions in the images in the step - hdfeos5 Full script that generated the error
Full error message
System information
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Can you please assist with the below error I encountered while running smallbaselineapp.py?
Go to work directory: /media/srcgps/Elements/SVGstack_Kiran/MINTPY
read default template file: /media/srcgps/Elements/SVGstack_Kiran/MINTPY/smallbaselineApp.cfg
******************** plot & save to pic ********************
view.py --dpi 150 --noverbose --nodisplay --update --memory 4.0 velocity.h5 --dem inputs/geometryRadar.h5 --mask maskTempCoh.h5
view.py --dpi 150 --noverbose --nodisplay --update --memory 4.0 temporalCoherence.h5 -c gray -v 0 1
view.py --dpi 150 --noverbose --nodisplay --update --memory 4.0 maskTempCoh.h5 -c gray -v 0 1
view.py --dpi 150 --noverbose --nodisplay --update --memory 4.0 inputs/geometryRadar.h5
Traceback (most recent call last):
File "/home/srcgps/tools/MintPy/src/mintpy/cli/smallbaselineApp.py", line 213, in
main(sys.argv[1:])
File "/home/srcgps/tools/MintPy/src/mintpy/cli/smallbaselineApp.py", line 208, in main
run_smallbaselineApp(inps)
File "/home/srcgps/tools/MintPy/src/mintpy/smallbaselineApp.py", line 1123, in run_smallbaselineApp
app.plot_result()
File "/home/srcgps/tools/MintPy/src/mintpy/smallbaselineApp.py", line 1061, in plot_result
mintpy.cli.view.main(iargs)
File "/home/srcgps/tools/MintPy/src/mintpy/cli/view.py", line 175, in main
obj.plot()
File "/home/srcgps/tools/MintPy/src/mintpy/view.py", line 1616, in plot
plot_figure(j, self, metadata=self.atr)
File "/home/srcgps/tools/MintPy/src/mintpy/view.py", line 1290, in plot_figure
data = read_data4figure(i_start, i_end, inps, metadata)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/srcgps/tools/MintPy/src/mintpy/view.py", line 1087, in read_data4figure
data[i - i_start, :, :] = d
~~~~^^^^^^^^^^^^^^^^^^^
ValueError: could not broadcast input array from shape (1395,1585) into shape (1396,1585)
thank you.
Beta Was this translation helpful? Give feedback.
All reactions