You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the asp_plot/stereo.py module assumes the DEM filename has format outprefix-DEM_{out_dem_gsd}m.tif or outprefix-{out_dem_gsd}m_DEM.tif
WARNING:asp_plot.utils:Could not find ('*-DEM_1m.tif', '*1m-DEM.tif') in WV02_20250131_103001010D1F0700_103001010DA86400/mgm_crop. Some plots may be missing.
Which results in a ValueError:
No DEM found in WV02_20250131_103001010D1F0700_103001010DA86400/mgm_crop with GSD 1 m. Please run stereo processing with the desired
This should not be the default. We should not assume they have an integer value and unit here.
A better option here might be to allow users to override the DEM filename.
The text was updated successfully, but these errors were encountered:
The default ASP output is
outprefix-DEM.tif
Right now the
asp_plot/stereo.py
module assumes the DEM filename has formatoutprefix-DEM_{out_dem_gsd}m.tif
oroutprefix-{out_dem_gsd}m_DEM.tif
Which results in a ValueError:
This should not be the default. We should not assume they have an integer value and unit here.
A better option here might be to allow users to override the DEM filename.
The text was updated successfully, but these errors were encountered: