Replies: 2 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.
0 replies
-
The message says ERA5 datasets are not downloaded for many dates. Have you setup your ERA5 account as written out in insarlab/PyAPS repo? It's good to test the account for data downloading to ensure as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description of the problem
I am trying to run the smallbaselineApp.py and I can successfully get into the velocity step and it crashes on this index out of bounds exception. Sometimes this fails with a division by zero error from the progress bar, but that is flaky and only happens sometimes. I'm not sure what the issue is, maybe it's an issue with the date format and trying to split on the "-" character.
Full script that generated the error
Running this command with these set in my config with the latest version of MintPy
Full error message
System information
mintpy.load.processor = hyp3
##---------interferogram datasets:
mintpy.load.unwFile = sabineBU_rawData/*/unw_phase_crop.tif
mintpy.load.corFile = sabineBU_rawData//corr_crop.tif
##---------geometry datasets:
mintpy.load.demFile = sabineBU_rawData//dem_crop.tif
mintpy.load.incAngleFile = sabineBU_rawData//lv_theta_crop.tif
mintpy.load.azAngleFile = sabineBU_rawData//lv_phi_crop.tif
mintpy.load.waterMaskFile = sabineBU_rawData//*water_mask_crop.tif
mintpy.troposphericDelay.method = pyaps
mintpy.troposphericDelay.weatherModel = ERA5
Beta Was this translation helpful? Give feedback.
All reactions